From: Bjørn Erik Pedersen Date: Tue, 6 Sep 2016 20:20:59 +0000 (+0300) Subject: Make it the DEV version X-Git-Tag: v0.17~104 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a00edff5b1e1b2d230808c14993f5f5cb1cfb0ec;p=brevno-suite%2Fhugo Make it the DEV version --- diff --git a/helpers/hugo.go b/helpers/hugo.go index 3a0d139a..15737c10 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.