From a4fc52305abfcbc3976fa203898a1c3c8409a292 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Thu, 4 Apr 2013 23:05:03 -0700 Subject: [PATCH] Bumping version to 0.1.3 --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index f80589e55..0bc558373 100644 --- a/commands.go +++ b/commands.go @@ -18,7 +18,7 @@ import ( "unicode" ) -const VERSION = "0.1.2" +const VERSION = "0.1.3" var GIT_COMMIT string