From 6faf1d01e0535695feef3be3fa8f1159f5ec7b06 Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Wed, 25 Nov 2015 09:33:53 -0500 Subject: [PATCH] version bump to v0.15 --- helpers/hugo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/hugo.go b/helpers/hugo.go index 85bc5b196..47e4f1809 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -19,7 +19,7 @@ import ( // 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.