diff options
author | hugoreleaser <[email protected]> | 2021-12-17 10:31:22 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2021-12-17 10:31:22 +0000 |
commit | 728feaecf03424c38132fe5c2ac7ea767fec64b4 (patch) | |
tree | 3c1ae078279d300898039d5175c387ac2018141a /snap/snapcraft.yaml | |
parent | d1dc0e9a54b2eef5a52d0bb808c44cfa2a0e303e (diff) | |
download | hugo-728feaecf03424c38132fe5c2ac7ea767fec64b4.tar.gz hugo-728feaecf03424c38132fe5c2ac7ea767fec64b4.zip |
releaser: Prepare repository for 0.92.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 09dc915a2..fa9605949 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 |