mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Bump versions for release of 0.115.4
[ci skip]
This commit is contained in:
parent
d70b6c7d01
commit
dc95245212
2 changed files with 4 additions and 4 deletions
|
@ -348,7 +348,7 @@ description = ""
|
|||
homepage = "http://example.com/"
|
||||
tags = []
|
||||
features = []
|
||||
min_version = "0.115.0"
|
||||
min_version = "0.115.4"
|
||||
|
||||
[author]
|
||||
name = ""
|
||||
|
|
|
@ -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: 4,
|
||||
Suffix: "",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue