mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
releaser: Bump versions for release of 0.125.4
[ci skip]
This commit is contained in:
parent
fe84cc218e
commit
cc3574ef4f
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ package hugo
|
||||||
var CurrentVersion = Version{
|
var CurrentVersion = Version{
|
||||||
Major: 0,
|
Major: 0,
|
||||||
Minor: 125,
|
Minor: 125,
|
||||||
PatchLevel: 2,
|
PatchLevel: 4,
|
||||||
Suffix: "",
|
Suffix: "",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue