diff --git a/helpers/hugo.go b/helpers/hugo.go index d20a0e34e..a6e4d4ddf 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.