mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
bumping master version to v0.15-DEV
This commit is contained in:
parent
6af9d6789e
commit
d4de261508
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ import (
|
|||
)
|
||||
|
||||
// this should be the only one
|
||||
const hugoVersionMain = 0.14
|
||||
const hugoVersionSuffix = "" // blank this when doing a release
|
||||
const hugoVersionMain = 0.15
|
||||
const hugoVersionSuffix = "DEV" // 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