shithub: hugo

Download patch

ref: 6faf1d01e0535695feef3be3fa8f1159f5ec7b06
parent: 9c1319cdea812adea96166ce2bbb41bdf7dc8127
author: Steve Francia <[email protected]>
date: Wed Nov 25 04:33:53 EST 2015

version bump to v0.15

--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -19,7 +19,7 @@
 
 // this should be the only one
 const HugoVersionNumber = 0.15
-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.