Skip to content

Commit 6af9d67

Browse files
committed
Bump version to Hugo v0.14.0
1 parent fa58ef5 commit 6af9d67

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎helpers/hugo.go‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ package helpers
1515

1616
import (
1717
"fmt"
18-
"github.com/spf13/hugo/hugofs"
19-
"github.com/spf13/hugo/parser"
2018
"io/ioutil"
2119
"path/filepath"
20+
21+
"github.com/spf13/hugo/hugofs"
22+
"github.com/spf13/hugo/parser"
2223
)
2324

2425
// this should be the only one
2526
const hugoVersionMain = 0.14
26-
const hugoVersionSuffix = "-DEV" // blank this when doing a release
27+
const hugoVersionSuffix = "" // blank this when doing a release
2728

2829
// HugoVersion returns the current Hugo version. It will include
2930
// a suffix, typically '-DEV', if it's development version.

0 commit comments

Comments
 (0)