Bump version to Hugo v0.14.0 v0.14
authorspf13 <steve.francia@gmail.com>
Mon, 25 May 2015 15:59:47 +0000 (11:59 -0400)
committerspf13 <steve.francia@gmail.com>
Mon, 25 May 2015 15:59:47 +0000 (11:59 -0400)
helpers/hugo.go

index d20a0e34e3f773de9ea2a3b66b2c09c34c8913ff..a6e4d4ddfcb9cd20bb892555f879799b1faada9d 100644 (file)
@@ -15,15 +15,16 @@ package helpers
 
 import (
        "fmt"
-       "github.com/spf13/hugo/hugofs"
-       "github.com/spf13/hugo/parser"
        "io/ioutil"
        "path/filepath"
+
+       "github.com/spf13/hugo/hugofs"
+       "github.com/spf13/hugo/parser"
 )
 
 // this should be the only one
 const hugoVersionMain = 0.14
-const hugoVersionSuffix = "-DEV" // blank this when doing a release
+const hugoVersionSuffix = "" // blank this when doing a release
 
 // HugoVersion returns the current Hugo version. It will include
 // a suffix, typically '-DEV', if it's development version.