Compare commits

...

1 Commits

Author SHA1 Message Date
hugoreleaser 94cd8a205c releaser: Prepare repository for 0.161.0-DEV
[ci skip]
2026-04-08 14:23:48 +00:00
2 changed files with 6 additions and 5 deletions
+3 -3
View File
@@ -19,7 +19,7 @@ import "github.com/gohugoio/hugo/common/version"
// This should be the only one.
var CurrentVersion = version.Version{
Major: 0,
Minor: 160,
PatchLevel: 1,
Suffix: "",
Minor: 161,
PatchLevel: 0,
Suffix: "-DEV",
}
+3 -2
View File
@@ -1,7 +1,8 @@
# Release env.
# These will be replaced by script before release.
HUGORELEASER_TAG=v0.160.0
HUGORELEASER_COMMITISH=652fc5acddf94e0501f778e196a8b630566b39ad
HUGORELEASER_TAG=v0.160.1
HUGORELEASER_COMMITISH=d6bc8165e62b29d7d70ede01ed01d0f88de327e6