releaser: Bump versions for release of 0.163.1

[ci skip]
This commit is contained in:
hugoreleaser
2026-06-11 15:34:40 +00:00
parent 93c8c7d345
commit 2a4fd58818
+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: 164,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 163,
PatchLevel: 1,
Suffix: "",
}