1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Bumped version to 0.1.0

This commit is contained in:
Solomon Hykes 2013-03-23 17:48:18 -07:00
parent 5130d3d6ec
commit 57e2126a02

View file

@ -20,7 +20,7 @@ import (
"time"
)
const VERSION = "0.0.3"
const VERSION = "0.1.0"
func (srv *Server) Name() string {
return "docker"