ref: d4de261508d43ba0506e5a055eb516133b486446
parent: 6af9d6789edef483cd297978e010b40117ff1443
author: spf13 <[email protected]>
date: Mon May 25 17:46:29 EDT 2015
bumping master version to v0.15-DEV
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -23,8 +23,8 @@
)
// 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.