shithub: hugo

Download patch

ref: a00edff5b1e1b2d230808c14993f5f5cb1cfb0ec
parent: 35d2eac490399aeba01478192f4bacdcf62c618a
author: Bjørn Erik Pedersen <[email protected]>
date: Tue Sep 6 19:20:59 EDT 2016

Make it the DEV version

--- 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 = "-MULTILINGUAL" // 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.