Hyphenate DEV version - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit be381683ff112e80e72f4d69054218813cd31ecc
 (DIR) parent 601a2ce124b8ba93715e219d868435b9d255a9ab
 (HTM) Author: bep <bjorn.erik.pedersen@gmail.com>
       Date:   Tue, 26 May 2015 22:44:40 +0200
       
       Hyphenate DEV version
       
       Diffstat:
         M helpers/hugo.go                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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.