Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbep <bjorn.erik.pedersen@gmail.com>2015-05-26 23:44:40 +0300
committerbep <bjorn.erik.pedersen@gmail.com>2015-05-26 23:44:39 +0300
commitbe381683ff112e80e72f4d69054218813cd31ecc (patch)
treef3d7b16596f5e93436d9fc914988931c4c634aa9 /helpers
parent601a2ce124b8ba93715e219d868435b9d255a9ab (diff)
Hyphenate DEV version
Diffstat (limited to 'helpers')
-rw-r--r--helpers/hugo.go2
1 files changed, 1 insertions, 1 deletions
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.