bumping master version to v0.15-DEV

This commit is contained in:
spf13 2015-05-25 21:46:29 -04:00
parent 6af9d6789e
commit d4de261508

View file

@ -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.