shithub: hugo

Download patch

ref: 6af9d6789edef483cd297978e010b40117ff1443
parent: fa58ef5394dce9a9d9f3246ae3abbab53d1b520b
author: spf13 <[email protected]>
date: Mon May 25 07:59:47 EDT 2015

Bump version to Hugo v0.14.0

--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -15,15 +15,16 @@
 
 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.