mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Bump version to Hugo v0.14.0
This commit is contained in:
parent
fa58ef5394
commit
6af9d6789e
1 changed files with 4 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue