helpers: Fix GoDoc in Hugo version constants - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3e77886aadf4fbddc20fb12fe35e69d46d399eef
(DIR) parent a7953e25bb26e380069687fe75b3aed626022b34
(HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Thu, 24 Mar 2016 14:27:36 +0100
helpers: Fix GoDoc in Hugo version constants
Diffstat:
M helpers/hugo.go | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/helpers/hugo.go b/helpers/hugo.go
@@ -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