mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
bump API version
Signed-off-by: Victor Vieux <vieux@docker.com> Upstream-commit: 9c7689a10e60cd921e1521c729c07184b7c1076c Component: engine
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user