From 57e2126a02f8b96b0542df7f6a573233d8419bb1 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Sat, 23 Mar 2013 17:48:18 -0700 Subject: [PATCH] Bumped version to 0.1.0 --- commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.go b/commands.go index 92232accc..80bb5d00d 100644 --- a/commands.go +++ b/commands.go @@ -20,7 +20,7 @@ import ( "time" ) -const VERSION = "0.0.3" +const VERSION = "0.1.0" func (srv *Server) Name() string { return "docker"