releaser: Bump versions for release of 0.161.0

[ci skip]
This commit is contained in:
hugoreleaser
2026-04-28 11:46:32 +00:00
parent d4ae662d59
commit 98d396c16a
+2 -2
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: 1,
Minor: 161,
PatchLevel: 0,
Suffix: "",
}