summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorSteve Francia <steve.francia@gmail.com>2015-11-25 09:49:03 -0500
committerSteve Francia <steve.francia@gmail.com>2015-11-25 09:49:03 -0500
commitd356720f7427a1bd617d3f1a30f7c6498c0e0c37 (patch)
tree2dd75f5deb512cf91d3a542cbd76492204164015 /helpers
parent6faf1d01e0535695feef3be3fa8f1159f5ec7b06 (diff)
Version bump to 0.16-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 47e4f1809..1987655b1 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -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.