summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2015-05-25 21:46:29 -0400
committerspf13 <steve.francia@gmail.com>2015-05-25 21:46:29 -0400
commitd4de261508d43ba0506e5a055eb516133b486446 (patch)
treea692aa043a1212b097f834357741a6c06d040d68 /helpers
parent6af9d6789edef483cd297978e010b40117ff1443 (diff)
bumping master version to v0.15-DEV
Diffstat (limited to 'helpers')
-rw-r--r--helpers/hugo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index a6e4d4ddf..2d0ae5d4b 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -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.