releaser: Prepare repository for 0.165.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2026-07-06 17:47:51 +00:00
parent ce2470e701
commit a198116669
2 changed files with 5 additions and 4 deletions
+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: 164,
Minor: 165,
PatchLevel: 0,
Suffix: "",
Suffix: "-DEV",
}