There was an error while loading. Please reload this page.
1 parent fa58ef5 commit 6af9d67Copy full SHA for 6af9d67
helpers/hugo.go
@@ -15,15 +15,16 @@ package helpers
15
16
import (
17
"fmt"
18
- "github.com/spf13/hugo/hugofs"
19
- "github.com/spf13/hugo/parser"
20
"io/ioutil"
21
"path/filepath"
+
+ "github.com/spf13/hugo/hugofs"
22
+ "github.com/spf13/hugo/parser"
23
)
24
25
// this should be the only one
26
const hugoVersionMain = 0.14
-const hugoVersionSuffix = "-DEV" // blank this when doing a release
27
+const hugoVersionSuffix = "" // blank this when doing a release
28
29
// HugoVersion returns the current Hugo version. It will include
30
// a suffix, typically '-DEV', if it's development version.
0 commit comments