From 973c2340e9969de395f8f73fbaf4265a8b77e5cd Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Wed, 17 Apr 2013 17:12:08 -0700 Subject: [PATCH] Bumped version to 0.1.5 Upstream-commit: e34e44e8e6097e0a54bc0a96581f79909f7d9a42 Component: engine --- components/engine/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/commands.go b/components/engine/commands.go index 82a0ce103d..cfb1d03008 100644 --- a/components/engine/commands.go +++ b/components/engine/commands.go @@ -18,7 +18,7 @@ import ( "unicode" ) -const VERSION = "0.1.4" +const VERSION = "0.1.5" var ( GIT_COMMIT string