shithub: hugo

Download patch

ref: be381683ff112e80e72f4d69054218813cd31ecc
parent: 601a2ce124b8ba93715e219d868435b9d255a9ab
author: bep <[email protected]>
date: Tue May 26 18:44:40 EDT 2015

Hyphenate DEV version

--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -24,7 +24,7 @@
 
 // this should be the only one
 const hugoVersionMain = 0.15
-const hugoVersionSuffix = "DEV" // blank this when doing a release
+const hugoVersionSuffix = "-DEV" // blank this when doing a release
 
 // HugoVersion returns the current Hugo version. It will include
 // a suffix, typically '-DEV', if it's development version.