releaser: Bump versions for release of 0.25

[ci skip]
This commit is contained in:
Bjørn Erik Pedersen 2017-07-07 09:23:54 +02:00
parent 5895e32b0a
commit 6e086e3d03
4 changed files with 5 additions and 5 deletions

View file

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