From a00edff5b1e1b2d230808c14993f5f5cb1cfb0ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 6 Sep 2016 23:20:59 +0300 Subject: [PATCH] Make it the DEV version --- helpers/hugo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/hugo.go b/helpers/hugo.go index 3a0d139aa..15737c10d 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -23,7 +23,7 @@ const HugoVersionNumber = 0.17 // HugoVersionSuffix is the suffix used in the Hugo version string. // It will be blank for release versions. -const HugoVersionSuffix = "-MULTILINGUAL" // 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.