version bump to v0.15 v0.15
authorSteve Francia <steve.francia@gmail.com>
Wed, 25 Nov 2015 14:33:53 +0000 (09:33 -0500)
committerSteve Francia <steve.francia@gmail.com>
Wed, 25 Nov 2015 14:33:53 +0000 (09:33 -0500)
helpers/hugo.go

index 85bc5b1964593ce2a58511f18c80ee33e694c932..47e4f1809772d93809d261e6f7f9718a3937dbca 100644 (file)
@@ -19,7 +19,7 @@ import (
 
 // this should be the only one
 const HugoVersionNumber = 0.15
-const HugoVersionSuffix = "-DEV" // blank this when doing a release
+const HugoVersionSuffix = "" // blank this when doing a release
 
 // HugoVersion returns the current Hugo version. It will include
 // a suffix, typically '-DEV', if it's development version.