summaryrefslogtreecommitdiffstats
path: root/hugolib/hugo.go
diff options
context:
space:
mode:
authorspf13 <steve.francia@gmail.com>2015-02-21 23:11:36 -0500
committerspf13 <steve.francia@gmail.com>2015-02-21 23:11:36 -0500
commit729a6739f28bbf3d91618cb853e31014882643f7 (patch)
tree82e7a9ee153c8b912dcba0bbd5933a0d094e789f /hugolib/hugo.go
parente43eabaceeb6bf2c329b73cb40ccee8ebed61b0a (diff)
Bumping to version "v0.14-DEV"
Diffstat (limited to 'hugolib/hugo.go')
-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