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

Merge pull request #10257 from vieux/lol

bump API version
This commit is contained in:
Michael Crosby 2015-01-21 17:51:27 -08:00
commit 3c77e7d634

View file

@ -15,7 +15,7 @@ import (
)
const (
APIVERSION version.Version = "1.16"
APIVERSION version.Version = "1.17"
DEFAULTHTTPHOST = "127.0.0.1"
DEFAULTUNIXSOCKET = "/var/run/docker.sock"
DefaultDockerfileName string = "Dockerfile"