Version bump to 0.16-DEV
authorSteve Francia <steve.francia@gmail.com>
Wed, 25 Nov 2015 14:49:03 +0000 (09:49 -0500)
committerSteve Francia <steve.francia@gmail.com>
Wed, 25 Nov 2015 14:49:03 +0000 (09:49 -0500)
helpers/hugo.go

index 47e4f1809772d93809d261e6f7f9718a3937dbca..1987655b1cb5f41a84a780a57bf96c156af47235 100644 (file)
@@ -18,8 +18,8 @@ import (
 )
 
 // this should be the only one
-const HugoVersionNumber = 0.15
-const HugoVersionSuffix = "" // blank this when doing a release
+const HugoVersionNumber = 0.16
+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.