mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Bump versions for release of 0.113.0
[ci skip]
This commit is contained in:
parent
6c955cc3df
commit
085c1b3d61
2 changed files with 2 additions and 2 deletions
|
@ -341,7 +341,7 @@ description = ""
|
|||
homepage = "http://example.com/"
|
||||
tags = []
|
||||
features = []
|
||||
min_version = "0.112.0"
|
||||
min_version = "0.113.0"
|
||||
|
||||
[author]
|
||||
name = ""
|
||||
|
|
|
@ -19,5 +19,5 @@ var CurrentVersion = Version{
|
|||
Major: 0,
|
||||
Minor: 113,
|
||||
PatchLevel: 0,
|
||||
Suffix: "-DEV",
|
||||
Suffix: "",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue