From: spf13 Date: Mon, 25 May 2015 15:59:47 +0000 (-0400) Subject: Bump version to Hugo v0.14.0 X-Git-Tag: v0.14^0 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6af9d6789edef483cd297978e010b40117ff1443;p=brevno-suite%2Fhugo Bump version to Hugo v0.14.0 --- diff --git a/helpers/hugo.go b/helpers/hugo.go index d20a0e34..a6e4d4dd 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -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.