Bump version to 0.17-DEV
authorSteve Francia <steve.francia@gmail.com>
Mon, 6 Jun 2016 13:10:55 +0000 (09:10 -0400)
committerSteve Francia <steve.francia@gmail.com>
Mon, 6 Jun 2016 13:10:55 +0000 (09:10 -0400)
helpers/hugo.go

index a38fe26e9cb4c4abb0ef929d4d5359be2847cd78..15737c10dc233e130ff08fe181c5cfc51444a044 100644 (file)
@@ -19,11 +19,11 @@ import (
 
 // HugoVersionNumber represents the current build version.
 // This should be the only one
-const HugoVersionNumber = 0.16
+const HugoVersionNumber = 0.17
 
 // HugoVersionSuffix is the suffix used in the Hugo version string.
 // It will be blank for release versions.
-const HugoVersionSuffix = "" // blank this when doing a release
+const HugoVersionSuffix = "-DEV" // blank this when doing a release
 
 // HugoVersion returns the current Hugo version. It will include
 // a suffix, typically '-DEV', if it's development version.