Merge pull request #10257 from vieux/lol

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

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"