releaser: Bump versions for release of 0.153.5

[ci skip]
This commit is contained in:
hugoreleaser
2025-12-30 10:27:17 +00:00
parent c6ae33c61d
commit 1f2de189ed
+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: 5,
Suffix: "",
}