From 729a6739f28bbf3d91618cb853e31014882643f7 Mon Sep 17 00:00:00 2001 From: spf13 Date: Sat, 21 Feb 2015 23:11:36 -0500 Subject: [PATCH] Bumping to version "v0.14-DEV" --- hugolib/hugo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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