mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
releaser: Prepare repository for 0.25-DEV
[ci skip]
This commit is contained in:
@@ -87,8 +87,8 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
|
||||
// This should be the only one.
|
||||
var CurrentHugoVersion = HugoVersion{
|
||||
Number: 0.25,
|
||||
PatchLevel: 1,
|
||||
Suffix: "",
|
||||
PatchLevel: 0,
|
||||
Suffix: "-DEV",
|
||||
}
|
||||
|
||||
func hugoVersion(version float32, patchVersion int, suffix string) string {
|
||||
|
Reference in New Issue
Block a user