mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
helpers: Fix GoDoc in Hugo version constants
This commit is contained in:
@@ -17,8 +17,12 @@ import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// this should be the only one
|
||||
// The Hugo version number.
|
||||
// This should be the only one
|
||||
const HugoVersionNumber = 0.16
|
||||
|
||||
// This is the suffix used in the Hugo version string.
|
||||
// This will be blank for release versions.
|
||||
const HugoVersionSuffix = "-DEV" // blank this when doing a release
|
||||
|
||||
// HugoVersion returns the current Hugo version. It will include
|
||||
|
Reference in New Issue
Block a user