diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 69ed0d8b7..de8d37a62 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -18,5 +18,5 @@ package hugo var CurrentVersion = Version{ Number: 0.93, PatchLevel: 0, - Suffix: "-DEV", + Suffix: "", } 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