diff options
author | hugoreleaser <[email protected]> | 2022-03-12 11:02:38 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2022-03-12 11:02:38 +0000 |
commit | 38f778cfccd0b16d6dc9a90a04fc22a7f573ae49 (patch) | |
tree | 8a13bb08f5ca76154322c846668742a95dddf8a1 /snap | |
parent | 48fb9e4de37e3c20a149e6cd3fc367dd07626a84 (diff) | |
download | hugo-38f778cfccd0b16d6dc9a90a04fc22a7f573ae49.tar.gz hugo-38f778cfccd0b16d6dc9a90a04fc22a7f573ae49.zip |
releaser: Prepare repository for 0.95.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 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 |