release: version bump to 0.17
authorSteve Francia <steve.francia@gmail.com>
Fri, 7 Oct 2016 14:08:57 +0000 (10:08 -0400)
committerSteve Francia <steve.francia@gmail.com>
Fri, 7 Oct 2016 14:08:57 +0000 (10:08 -0400)
helpers/hugo.go

index 15737c10dc233e130ff08fe181c5cfc51444a044..b12e665cc52aac177ac0fd4d508fa8409be03ba1 100644 (file)
@@ -23,7 +23,8 @@ const HugoVersionNumber = 0.17
 
 // HugoVersionSuffix is the suffix used in the Hugo version string.
 // It will be blank for release versions.
-const HugoVersionSuffix = "-DEV" // blank this 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.