From 8293a0d53350b9ebb584988efe3096c313a13ad4 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 --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 30c23ed301..4cad9f68c1 100644 --- a/commands.go +++ b/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"