From: Steve Francia Date: Fri, 7 Oct 2016 15:11:43 +0000 (-0400) Subject: release: version bump to v0.18-DEV X-Git-Tag: v0.18~227 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d54d6633adfbc751fdcc239a2fafc4ff1ffcd5ad;p=brevno-suite%2Fhugo release: version bump to v0.18-DEV --- diff --git a/helpers/hugo.go b/helpers/hugo.go index b12e665c..25f69a92 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -19,12 +19,12 @@ import ( // 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.