mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
releaser: Bump versions for release of 0.25
[ci skip]
This commit is contained in:
parent
5895e32b0a
commit
6e086e3d03
4 changed files with 5 additions and 5 deletions
|
@ -88,7 +88,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
|
|||
var CurrentHugoVersion = HugoVersion{
|
||||
Number: 0.25,
|
||||
PatchLevel: 0,
|
||||
Suffix: "-DEV",
|
||||
Suffix: "",
|
||||
}
|
||||
|
||||
func hugoVersion(version float32, patchVersion int, suffix string) string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue