releaser: Prepare repository for 0.154.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2025-12-30 10:48:50 +00:00
parent 1f2de189ed
commit 555443b64a
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: 153,
PatchLevel: 5,
Suffix: "",
Minor: 154,
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.153.4
HUGORELEASER_COMMITISH=a0d4e1fb268d6ad247b44776adcc544a435db3e8
HUGORELEASER_TAG=v0.153.5
HUGORELEASER_COMMITISH=1f2de189edc4e16ff3b51c299247628fecbe53e7