releaser: Bump versions for release of 0.112.3

[ci skip]
This commit is contained in:
hugoreleaser
2023-05-24 14:42:50 +00:00
parent 231374a1fa
commit ba6f74e404
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: 113,
PatchLevel: 0,
Suffix: "-DEV",
Minor: 112,
PatchLevel: 3,
Suffix: "",
}