mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Hyphenate DEV version
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
|||||||
|
|
||||||
// this should be the only one
|
// this should be the only one
|
||||||
const hugoVersionMain = 0.15
|
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
|
// 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