releaser: Prepare repository for 0.151.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2025-09-08 13:16:24 +00:00
parent 3f5473b7d4
commit 0f18cbe990
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
Minor: 150,
Minor: 151,
PatchLevel: 0,
Suffix: "",
Suffix: "-DEV",
}