From cc18df61b9f23ff82e2e24e32690711b378c0118 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Wed, 13 Mar 2013 22:12:24 -0700 Subject: [PATCH] Bumped version to 0.0.2 --- commands/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/commands.go b/commands/commands.go index 781fdeafe0..da8585cc93 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -23,7 +23,7 @@ import ( "time" ) -const VERSION = "0.0.1" +const VERSION = "0.0.2" func (srv *Server) Name() string { return "docker"