releaser: Bump versions for release of 0.159.1

[ci skip]
This commit is contained in:
hugoreleaser
2026-03-26 09:54:15 +00:00
parent 42289d76f9
commit 86c7d3afac
+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: 160,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 159,
PatchLevel: 1,
Suffix: "",
}