1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

bump API version

Docker-DCO-1.1-Signed-off-by: Victor Vieux <victor.vieux@docker.com> (github: vieux)
This commit is contained in:
Victor Vieux
2014-02-14 22:53:53 +00:00
parent 795ed6b1e5
commit e7cc88c39f
7 changed files with 1405 additions and 75 deletions

View File

@ -9,7 +9,7 @@ import (
)
const (
APIVERSION = 1.9
APIVERSION = "1.10"
DEFAULTHTTPHOST = "127.0.0.1"
DEFAULTUNIXSOCKET = "/var/run/docker.sock"
)