releaser: Prepare repository for 0.116.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2023-07-08 17:19:03 +00:00
parent 8966424e0e
commit 91b02091a5
3 changed files with 7 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ package hugo
// This should be the only one.
var CurrentVersion = Version{
Major: 0,
Minor: 115,
PatchLevel: 2,
Suffix: "",
Minor: 116,
PatchLevel: 0,
Suffix: "-DEV",
}