From dce5a06aba8e79e8e5fe5724676961319def6001 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Wed, 3 Apr 2013 15:35:32 -0700 Subject: [PATCH] Bumped version to 0.1.2 --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 33a0997b9c..68929cf6b6 100644 --- a/commands.go +++ b/commands.go @@ -18,7 +18,7 @@ import ( "unicode" ) -const VERSION = "0.1.1" +const VERSION = "0.1.2" var GIT_COMMIT string