shithub: hugo

Download patch

ref: 26c18005a265736717bed80911dc45db260c147e
parent: 834d41771b783186a20b8c8508533f76f3e475d8
author: Steve Francia <[email protected]>
date: Fri Jun 3 07:51:45 EDT 2016

Remove HugoVersionSuffix "-DEV" prior to 0.16 release

--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -23,7 +23,7 @@
 
 // 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
+const HugoVersionSuffix = "" // blank this when doing a release
 
 // HugoVersion returns the current Hugo version. It will include
 // a suffix, typically '-DEV', if it's development version.