releaser: Bump versions for release of 0.115.0

[ci skip]
This commit is contained in:
hugoreleaser 2023-06-29 15:56:39 +00:00
parent 7917961d59
commit 67caf50698
2 changed files with 2 additions and 2 deletions

View file

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

View file

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