all: Prepare Hugo 0.20 release version

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

View file

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