From: Steve Francia Date: Wed, 25 Nov 2015 14:33:53 +0000 (-0500) Subject: version bump to v0.15 X-Git-Tag: v0.15 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6faf1d01e0535695feef3be3fa8f1159f5ec7b06;p=brevno-suite%2Fhugo version bump to v0.15 --- diff --git a/helpers/hugo.go b/helpers/hugo.go index 85bc5b19..47e4f180 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -19,7 +19,7 @@ import ( // this should be the only one const HugoVersionNumber = 0.15 -const HugoVersionSuffix = "-DEV" // blank this when doing a release +const HugoVersionSuffix = "" // blank this when doing a release // HugoVersion returns the current Hugo version. It will include // a suffix, typically '-DEV', if it's development version.