diff options
author | hugoreleaser <[email protected]> | 2022-03-08 10:50:30 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2022-03-08 10:50:30 +0000 |
commit | d86eca5bb2142f70f6281758054fa43075375bc0 (patch) | |
tree | bd01b32e3f7bebd803574d060c655722f7b34e70 /snap/snapcraft.yaml | |
parent | 44e3c002a814bf6da1a4c0cb5be7a7f155cedde1 (diff) | |
download | hugo-d86eca5bb2142f70f6281758054fa43075375bc0.tar.gz hugo-d86eca5bb2142f70f6281758054fa43075375bc0.zip |
releaser: Prepare repository for 0.94.0-DEV
[ci skip]
Diffstat (limited to 'snap/snapcraft.yaml')
-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 045a3662e..bb11afc72 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 |