all Bump to 0.21-DEV

This commit is contained in:
Bjørn Erik Pedersen
2017-04-10 09:33:21 +02:00
parent dac0d4a69d
commit 4c6fec56f1
3 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ import (
// This should be the only one
const (
// Major and minor version.
HugoVersionNumber = 0.20
HugoVersionNumber = 0.21
// Increment this for bug releases
HugoPatchVersion = 0
@@ -32,8 +32,8 @@ const (
// HugoVersionSuffix is the suffix used in the Hugo version string.
// It will be blank for release versions.
//const HugoVersionSuffix = "-DEV" // use this when not doing a release
const HugoVersionSuffix = "" // use this line when doing a release
const HugoVersionSuffix = "-DEV" // use this when not doing a release
//const HugoVersionSuffix = "" // use this line when doing a release
// HugoVersion returns the current Hugo version. It will include
// a suffix, typically '-DEV', if it's development version.