releaser: Prepare repository for 0.25-DEV

[ci skip]
This commit is contained in:
Bjørn Erik Pedersen
2017-07-10 09:02:20 +02:00
parent bbd33dbf5d
commit aded65b71d
5 changed files with 6 additions and 28 deletions

View File

@@ -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 {