ref: d54d6633adfbc751fdcc239a2fafc4ff1ffcd5ad
parent: e1e677f6da394cc52454f5c79325677c2e11d55a
author: Steve Francia <steve.francia@gmail.com>
date: Fri Oct 7 07:11:43 EDT 2016
release: version bump to v0.18-DEV
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -19,12 +19,12 @@
// HugoVersionNumber represents the current build version.
// This should be the only one
-const HugoVersionNumber = 0.17
+const HugoVersionNumber = 0.18
// HugoVersionSuffix is the suffix used in the Hugo version string.
// It will be blank for release versions.
-// const HugoVersionSuffix = "-DEV" // use this when not doing a release
-const HugoVersionSuffix = "" // use this line when doing a release
+const HugoVersionSuffix = "-DEV" // use this when not doing a release
+// const HugoVersionSuffix = "" // use this line when doing a release
// HugoVersion returns the current Hugo version. It will include
// a suffix, typically '-DEV', if it's development version.