From cd7f78f43626d63672fe3ef18d1aa28414f5be80 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Sun, 31 Mar 2013 02:18:04 -0700 Subject: [PATCH] Bumped version to 0.1.1 Upstream-commit: 8293a0d53350b9ebb584988efe3096c313a13ad4 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 30c23ed301..4cad9f68c1 100644 --- a/components/engine/commands.go +++ b/components/engine/commands.go @@ -19,7 +19,7 @@ import ( "unicode" ) -const VERSION = "0.1.0" +const VERSION = "0.1.1" func (srv *Server) Name() string { return "docker"