releaser: Prepare repository for 0.26-DEV

[ci skip]
This commit is contained in:
Bjørn Erik Pedersen
2017-07-07 09:34:13 +02:00
parent 6fb556367b
commit 1e19a98451
4 changed files with 5 additions and 77 deletions

View File

@@ -86,9 +86,9 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
// CurrentHugoVersion represents the current build version.
// This should be the only one.
var CurrentHugoVersion = HugoVersion{
Number: 0.25,
Number: 0.26,
PatchLevel: 0,
Suffix: "",
Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {