diff options
author | hugoreleaser <[email protected]> | 2022-08-29 12:58:13 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2022-08-29 12:58:13 +0000 |
commit | e9c3ce16abc391ee5be38f88b0499d0e8e19104c (patch) | |
tree | 14701d86f475cffa6d0c045c9f6b8c689be1a2f9 | |
parent | 79932e72257efe2ea525d546b32b3ecd3988605b (diff) | |
download | hugo-e9c3ce16abc391ee5be38f88b0499d0e8e19104c.tar.gz hugo-e9c3ce16abc391ee5be38f88b0499d0e8e19104c.zip |
releaser: Bump versions for release of 0.102.1v0.102.1
[ci skip]
-rw-r--r-- | common/hugo/version_current.go | 6 | ||||
-rw-r--r-- | snap/snapcraft.yaml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index cb40b4159..0d479c8f3 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -17,7 +17,7 @@ package hugo // This should be the only one. var CurrentVersion = Version{ Major: 0, - Minor: 103, - PatchLevel: 0, - Suffix: "-DEV", + Minor: 102, + PatchLevel: 1, + Suffix: "", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 2e547980b..7efa4414a 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 |