diff options
author | hugoreleaser <[email protected]> | 2022-05-18 12:01:09 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2022-05-18 12:01:09 +0000 |
commit | e164834f0aaaf1c58489fab41f5835b66f16b87c (patch) | |
tree | 16528ee7f29a997b9b59ea3e478dc77200ec7051 /snap | |
parent | d524067382e60ce2a2248c3133a1b3af206b6ef1 (diff) | |
download | hugo-e164834f0aaaf1c58489fab41f5835b66f16b87c.tar.gz hugo-e164834f0aaaf1c58489fab41f5835b66f16b87c.zip |
releaser: Prepare repository for 0.100.0-DEV
[ci skip]
Diffstat (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 33cb9d744..32ce2553c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -8,7 +8,7 @@ description: | license: "Apache-2.0" base: core20 confinement: strict -grade: stable # "devel" or "stable" +grade: devel # "devel" or "stable" package-repositories: - type: apt |