helpers: Fix GoDoc in Hugo version constants

This commit is contained in:
Bjørn Erik Pedersen 2016-03-24 14:27:36 +01:00
parent a7953e25bb
commit 3e77886aad

View file

@ -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