releaser: Bump versions for release of 0.112.5

[ci skip]
This commit is contained in:
hugoreleaser
2023-05-29 07:27:36 +00:00
parent 9e05fbaad4
commit 48e33e10af
2 changed files with 4 additions and 4 deletions

View File

@@ -341,7 +341,7 @@ description = ""
homepage = "http://example.com/"
tags = []
features = []
min_version = "0.112.0"
min_version = "0.112.5"
[author]
name = ""

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: 5,
Suffix: "",
}