releaser: Bump versions for release of 0.116.1

[ci skip]
This commit is contained in:
hugoreleaser
2023-08-01 07:24:54 +00:00
parent 30885a6c5f
commit 3e1ea030a5
2 changed files with 4 additions and 4 deletions

View File

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