releaser: Bump versions for release of 0.21

[ci skip]
This commit is contained in:
Bjørn Erik Pedersen
2017-05-22 16:09:42 +03:00
parent baa414ae41
commit 1a965e5d2f
4 changed files with 5 additions and 5 deletions

View File

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