mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-24 13:01:01 +00:00
Bump version to 0.17-DEV
This commit is contained in:
parent
7212e51347
commit
f9cadee8de
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ import (
|
||||||
|
|
||||||
// HugoVersionNumber represents the current build version.
|
// HugoVersionNumber represents the current build version.
|
||||||
// This should be the only one
|
// This should be the only one
|
||||||
const HugoVersionNumber = 0.16
|
const HugoVersionNumber = 0.17
|
||||||
|
|
||||||
// HugoVersionSuffix is the suffix used in the Hugo version string.
|
// HugoVersionSuffix is the suffix used in the Hugo version string.
|
||||||
// It will be blank for release versions.
|
// It will be blank for release versions.
|
||||||
const HugoVersionSuffix = "" // 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.
|
||||||
|
|
Loading…
Reference in a new issue