summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorSteve Francia <steve.francia@gmail.com>2016-10-07 10:08:57 -0400
committerSteve Francia <steve.francia@gmail.com>2016-10-07 10:08:57 -0400
commit5b9f4883041224cd5d62bbdcacfc792de29943ca (patch)
treef9af3a2ea58d3ba02642d0a5563f523031c76ed9 /helpers
parent8bc390d8ded1776d488104c05b888d2d14226caa (diff)
release: version bump to 0.17
Diffstat (limited to 'helpers')
-rw-r--r--helpers/hugo.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/helpers/hugo.go b/helpers/hugo.go
index 15737c10d..b12e665cc 100644
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -23,7 +23,8 @@ const HugoVersionNumber = 0.17
// HugoVersionSuffix is the suffix used in the Hugo version string.
// It will be blank for release versions.
-const HugoVersionSuffix = "-DEV" // blank this 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.