Bumped version to 0.1.1
diff --git a/commands.go b/commands.go
index 30c23ed..4cad9f6 100644
--- a/commands.go
+++ b/commands.go
@@ -19,7 +19,7 @@
 	"unicode"
 )
 
-const VERSION = "0.1.0"
+const VERSION = "0.1.1"
 
 func (srv *Server) Name() string {
 	return "docker"