From a5185593308284ad6d1446bbf1709d20d72e6d67 Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Thu, 23 May 2013 12:46:14 -0700 Subject: [PATCH] Bumped version to 0.3.3 Upstream-commit: 822056094aa31c224e78cd568e02fe5458a0eecc 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 17d7e08ff2..75ba562cd8 100644 --- a/components/engine/commands.go +++ b/components/engine/commands.go @@ -24,7 +24,7 @@ import ( "unicode" ) -const VERSION = "0.3.2" +const VERSION = "0.3.3" var ( GIT_COMMIT string