releaser: Prepare repository for 0.116.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2023-07-13 16:23:50 +00:00
parent 5c2e014a51
commit 79f15be5b0
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: 3,
Suffix: "",
Minor: 116,
PatchLevel: 0,
Suffix: "-DEV",
}