shithub: hugo

Download patch

ref: 3e77886aadf4fbddc20fb12fe35e69d46d399eef
parent: a7953e25bb26e380069687fe75b3aed626022b34
author: Bjørn Erik Pedersen <[email protected]>
date: Thu Mar 24 10:27:36 EDT 2016

helpers: Fix GoDoc in Hugo version constants

--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -17,8 +17,12 @@
 	"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