releaser: Prepare repository for 0.115.0-DEV

[ci skip]
This commit is contained in:
hugoreleaser
2023-06-23 11:14:00 +00:00
parent e9b716ad98
commit ad5e04daa4
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: 114,
PatchLevel: 1,
Suffix: "",
Minor: 115,
PatchLevel: 0,
Suffix: "-DEV",
}