diff options
author | hugoreleaser <[email protected]> | 2022-03-10 09:46:35 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2022-03-10 09:46:35 +0000 |
commit | 63b236603ead439b7dd49e5871506eb4f90bd3a9 (patch) | |
tree | 242f11485450f8d8fc9902a246d3f7c4387bd826 /snap/snapcraft.yaml | |
parent | b107b4b291abff466e2ec136ab8f0c0e9196e260 (diff) | |
download | hugo-63b236603ead439b7dd49e5871506eb4f90bd3a9.tar.gz hugo-63b236603ead439b7dd49e5871506eb4f90bd3a9.zip |
releaser: Bump versions for release of 0.94.0v0.94.0
[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 bb11afc72..045a3662e 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -8,7 +8,7 @@ description: | license: "Apache-2.0" base: core20 confinement: strict -grade: devel # "devel" or "stable" +grade: stable # "devel" or "stable" package-repositories: - type: apt |