From: bep Date: Tue, 26 May 2015 20:44:40 +0000 (+0200) Subject: Hyphenate DEV version X-Git-Tag: v0.15~377 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=be381683;p=brevno-suite%2Fhugo Hyphenate DEV version --- diff --git a/helpers/hugo.go b/helpers/hugo.go index 2d0ae5d4..35466a7d 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -24,7 +24,7 @@ import ( // this should be the only one const hugoVersionMain = 0.15 -const hugoVersionSuffix = "DEV" // blank this when doing a release +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.