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