releaser: Bump versions for release of 0.153.4

[ci skip]
This commit is contained in:
hugoreleaser
2025-12-28 21:34:16 +00:00
parent 96777d9b89
commit a0d4e1fb26
+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: 154,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 153,
PatchLevel: 4,
Suffix: "",
}