Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Francia <steve.francia@gmail.com>2015-11-25 17:33:53 +0300
committerSteve Francia <steve.francia@gmail.com>2015-11-25 17:33:53 +0300
commit6faf1d01e0535695feef3be3fa8f1159f5ec7b06 (patch)
tree01b5b1d4ae98b369732c0e052dc05e840c0f66e3
parent9c1319cdea812adea96166ce2bbb41bdf7dc8127 (diff)
version bump to v0.15v0.15
-rw-r--r--helpers/hugo.go2
1 files changed, 1 insertions, 1 deletions
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.