releaser: Bump versions for release of 0.115.2

[ci skip]
This commit is contained in:
hugoreleaser 2023-07-08 17:06:56 +00:00
parent 72510969a6
commit 8966424e0e
2 changed files with 4 additions and 4 deletions

View file

@ -348,7 +348,7 @@ description = ""
homepage = "http://example.com/"
tags = []
features = []
min_version = "0.115.0"
min_version = "0.115.2"
[author]
name = ""

View file

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