bumping master version to v0.15-DEV
authorspf13 <steve.francia@gmail.com>
Tue, 26 May 2015 01:46:29 +0000 (21:46 -0400)
committerspf13 <steve.francia@gmail.com>
Tue, 26 May 2015 01:46:29 +0000 (21:46 -0400)
helpers/hugo.go

index a6e4d4ddfcb9cd20bb892555f879799b1faada9d..2d0ae5d4b02a5a9620a939ff455f38cdada630bd 100644 (file)
@@ -23,8 +23,8 @@ import (
 )
 
 // this should be the only one
-const hugoVersionMain = 0.14
-const hugoVersionSuffix = "" // blank this when doing a release
+const hugoVersionMain = 0.15
+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.