1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

helpers: Apply GoLint rules

This commit is contained in:
digitalcraftsman
2016-03-24 23:16:18 +01:00
parent 7fa2cec906
commit 5d3705df16
5 changed files with 18 additions and 18 deletions

View File

@@ -17,12 +17,12 @@ import (
"fmt"
)
// The Hugo version number.
// HugoVersionNumber represents the current build version.
// 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.
// HugoVersionSuffix is the suffix used in the Hugo version string.
// It will be blank for release versions.
const HugoVersionSuffix = "-DEV" // blank this when doing a release
// HugoVersion returns the current Hugo version. It will include