summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hugolib/hugo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/hugo.go b/hugolib/hugo.go
index 011f7cad8..17ca1c237 100644
--- a/hugolib/hugo.go
+++ b/hugolib/hugo.go
@@ -4,7 +4,7 @@ import (
"html/template"
)
-const Version = "0.13-DEV"
+const Version = "0.14-DEV"
var (
CommitHash string