releaser: Prepare repository for 0.116.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2023-07-20 07:02:18 +00:00
parent dc95245212
commit 0dbe0f1a07
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: 4,
Suffix: "",
Minor: 116,
PatchLevel: 0,
Suffix: "-DEV",
}