mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
all: Prepare Hugo 0.20 release version
This commit is contained in:
parent
03ec2b3397
commit
dac0d4a69d
4 changed files with 6 additions and 6 deletions
|
@ -32,8 +32,8 @@ const (
|
|||
|
||||
// HugoVersionSuffix is the suffix used in the Hugo version string.
|
||||
// It will be blank for release versions.
|
||||
const HugoVersionSuffix = "-DEV" // use this when not doing a release
|
||||
//const HugoVersionSuffix = "" // use this line when doing a release
|
||||
//const HugoVersionSuffix = "-DEV" // use this when not doing a release
|
||||
const HugoVersionSuffix = "" // use this line when doing a release
|
||||
|
||||
// HugoVersion returns the current Hugo version. It will include
|
||||
// a suffix, typically '-DEV', if it's development version.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue