releaser: Prepare repository for 0.116.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2023-07-03 17:39:56 +00:00
parent 857374e693
commit d912491f2d
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: 1,
Suffix: "",
Minor: 116,
PatchLevel: 0,
Suffix: "-DEV",
}