diff options
author | hugoreleaser <[email protected]> | 2022-05-31 08:37:12 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2022-05-31 08:37:12 +0000 |
commit | 27b077544d8efeb85867cb4cfb941747d104f765 (patch) | |
tree | 10bbe2ba8d13a718dd9bd007e9dac987b469cff5 | |
parent | 0f8343a2c21350f209c9a1811bf9ef14673e785f (diff) | |
download | hugo-27b077544d8efeb85867cb4cfb941747d104f765.tar.gz hugo-27b077544d8efeb85867cb4cfb941747d104f765.zip |
releaser: Bump versions for release of 0.100.0v0.100.0
[ci skip]
-rw-r--r-- | common/hugo/version_current.go | 2 | ||||
-rw-r--r-- | snap/snapcraft.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 8cdbb273e..153ff4150 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -19,5 +19,5 @@ var CurrentVersion = Version{ Major: 0, Minor: 100, PatchLevel: 0, - Suffix: "-DEV", + Suffix: "", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 32ce2553c..33cb9d744 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 |