diff options
author | hugoreleaser <[email protected]> | 2022-03-11 14:30:03 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2022-03-11 14:30:03 +0000 |
commit | 04ccde3e940cf817b0ad400425599742f641575e (patch) | |
tree | d705fccc6ff7b4717923bdf3a0dd4353704c26b5 /snap/snapcraft.yaml | |
parent | 0fcd9a5d879b41fbcd860b8eb657123278f20af8 (diff) | |
download | hugo-04ccde3e940cf817b0ad400425599742f641575e.tar.gz hugo-04ccde3e940cf817b0ad400425599742f641575e.zip |
releaser: Prepare repository for 0.95.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 |