releaser: Bump versions for release of 0.155.2

[ci skip]
This commit is contained in:
hugoreleaser
2026-02-02 10:04:51 +00:00
parent 6bd2bde9d3
commit d8c0dfccf7
+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: 156,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 155,
PatchLevel: 2,
Suffix: "",
}