From 40ebe78bb1d9750505d594d10bc9eb6979ef63ea Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 9 Apr 2013 13:00:50 -0700 Subject: [PATCH] Bumped version to 0.1.4 --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 2c098d5196..20d6b45c97 100644 --- a/commands.go +++ b/commands.go @@ -18,7 +18,7 @@ import ( "unicode" ) -const VERSION = "0.1.3" +const VERSION = "0.1.4" var GIT_COMMIT string