From: spf13 Date: Tue, 26 May 2015 01:46:29 +0000 (-0400) Subject: bumping master version to v0.15-DEV X-Git-Tag: v0.15~382 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d4de261508d43ba0506e5a055eb516133b486446;p=brevno-suite%2Fhugo bumping master version to v0.15-DEV --- diff --git a/helpers/hugo.go b/helpers/hugo.go index a6e4d4dd..2d0ae5d4 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -23,8 +23,8 @@ import ( ) // this should be the only one -const hugoVersionMain = 0.14 -const hugoVersionSuffix = "" // blank this when doing a release +const hugoVersionMain = 0.15 +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.