releaser: Bump versions for release of 0.112.0

[ci skip]
This commit is contained in:
hugoreleaser 2023-05-23 08:14:20 +00:00
parent 70b2aaf873
commit 0a95d6704a
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -19,5 +19,5 @@ var CurrentVersion = Version{
Major: 0,
Minor: 112,
PatchLevel: 0,
Suffix: "-DEV",
Suffix: "",
}