diff --git a/components/engine/commands.go b/components/engine/commands.go index cff79baeed..ef3f6ed148 100644 --- a/components/engine/commands.go +++ b/components/engine/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"