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.0.3

This commit is contained in:
Solomon Hykes 2013-03-18 00:35:48 -07:00
parent 1480bff3a9
commit 33c2f07fc7

View file

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