From: Steve Francia Date: Wed, 25 Nov 2015 14:49:03 +0000 (-0500) Subject: Version bump to 0.16-DEV X-Git-Tag: v0.16~580 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d356720f7427a1bd617d3f1a30f7c6498c0e0c37;p=brevno-suite%2Fhugo Version bump to 0.16-DEV --- diff --git a/helpers/hugo.go b/helpers/hugo.go index 47e4f180..1987655b 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.