mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Bump version to Hugo v0.14.0
This commit is contained in:
@@ -15,15 +15,16 @@ package helpers
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/spf13/hugo/hugofs"
|
|
||||||
"github.com/spf13/hugo/parser"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
|
"github.com/spf13/hugo/hugofs"
|
||||||
|
"github.com/spf13/hugo/parser"
|
||||||
)
|
)
|
||||||
|
|
||||||
// this should be the only one
|
// this should be the only one
|
||||||
const hugoVersionMain = 0.14
|
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
|
// HugoVersion returns the current Hugo version. It will include
|
||||||
// a suffix, typically '-DEV', if it's development version.
|
// a suffix, typically '-DEV', if it's development version.
|
||||||
|
Reference in New Issue
Block a user