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

bump API version

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux
2015-01-22 01:15:34 +00:00
parent fcc4abc870
commit 9c7689a10e

View File

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