mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-21 03:21:10 +00:00
Hyphenate DEV version
This commit is contained in:
parent
601a2ce124
commit
be381683ff
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import (
|
|||
|
||||
// this should be the only one
|
||||
const hugoVersionMain = 0.15
|
||||
const hugoVersionSuffix = "DEV" // blank this when doing a release
|
||||
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