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