summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Hykes <solomon@dotcloud.com>2013-03-31 02:18:04 -0700
committerSolomon Hykes <solomon@dotcloud.com>2013-03-31 02:18:04 -0700
commit8293a0d53350b9ebb584988efe3096c313a13ad4 (patch)
tree19f6fb55bd8641fc4e8730a45c0f1f4506b9da86
parent0b9a3c86a26b4b7eb463a6c73cb030bc851fdd64 (diff)
downloaddocker-0.1.1.tar.gz
Bumped version to 0.1.1v0.1.1
-rw-r--r--commands.go2
1 files changed, 1 insertions, 1 deletions
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"