Hyphenate DEV version
authorbep <bjorn.erik.pedersen@gmail.com>
Tue, 26 May 2015 20:44:40 +0000 (22:44 +0200)
committerbep <bjorn.erik.pedersen@gmail.com>
Tue, 26 May 2015 20:44:39 +0000 (22:44 +0200)
helpers/hugo.go

index 2d0ae5d4b02a5a9620a939ff455f38cdada630bd..35466a7dcc742d44e168d2ebfca9934819faec54 100644 (file)
@@ -24,7 +24,7 @@ import (
 
 // 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.