Bump version to Hugo v0.14.0 - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 6af9d6789edef483cd297978e010b40117ff1443
DIR parent fa58ef5394dce9a9d9f3246ae3abbab53d1b520b
HTML Author: spf13 <steve.francia@gmail.com>
Date: Mon, 25 May 2015 11:59:47 -0400
Bump version to Hugo v0.14.0
Diffstat:
M helpers/hugo.go | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
DIR diff --git 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.