releaser: Bump versions for release of 0.115.4

[ci skip]
This commit is contained in:
hugoreleaser 2023-07-20 06:49:57 +00:00
parent d70b6c7d01
commit dc95245212
2 changed files with 4 additions and 4 deletions

View file

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

View file

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