Bumped version to 0.0.2

Upstream-commit: cc18df61b9f23ff82e2e24e32690711b378c0118
Component: engine
This commit is contained in:
Solomon Hykes
2013-03-13 22:12:24 -07:00
parent 009691e2b5
commit 8891690d30

View File

@ -23,7 +23,7 @@ import (
"time"
)
const VERSION = "0.0.1"
const VERSION = "0.0.2"
func (srv *Server) Name() string {
return "docker"