releaser: Bump versions for release of 0.155.3

[ci skip]
This commit is contained in:
hugoreleaser
2026-02-08 16:40:42 +00:00
parent 6ac7d081d1
commit 8a858213b7
+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: 3,
Suffix: "",
}