releaser: Bump versions for release of 0.154.2

[ci skip]
This commit is contained in:
hugoreleaser
2026-01-02 16:08:44 +00:00
parent e9b9b36f46
commit f66d094446
+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: 155,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 154,
PatchLevel: 2,
Suffix: "",
}