releaser: Prepare repository for 0.22.1-DEV

[ci skip]
This commit is contained in:
Bjørn Erik Pedersen 2017-06-13 14:22:14 +02:00
parent 714594a8b7
commit 0f78dd06a4
5 changed files with 5 additions and 39 deletions

View file

@ -64,7 +64,7 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
var CurrentHugoVersion = HugoVersion{
Number: 0.22,
PatchLevel: 1,
Suffix: "",
Suffix: "-DEV",
}
func hugoVersion(version float32, patchVersion int, suffix string) string {