From be381683ff112e80e72f4d69054218813cd31ecc Mon Sep 17 00:00:00 2001 From: bep Date: Tue, 26 May 2015 22:44:40 +0200 Subject: [PATCH] Hyphenate DEV version --- helpers/hugo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/hugo.go b/helpers/hugo.go index 2d0ae5d4b..35466a7dc 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.