From 3e77886aadf4fbddc20fb12fe35e69d46d399eef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 24 Mar 2016 14:27:36 +0100 Subject: [PATCH] helpers: Fix GoDoc in Hugo version constants --- helpers/hugo.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/helpers/hugo.go b/helpers/hugo.go index 143ed636c..18015e92a 100644 --- 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