Bump api version to 1.18

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
Alexander Morozov
2015-02-10 10:48:54 -08:00
parent f4dc496d36
commit d92b4232f7
4 changed files with 1989 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
)
const (
APIVERSION version.Version = "1.17"
APIVERSION version.Version = "1.18"
DEFAULTHTTPHOST = "127.0.0.1"
DEFAULTUNIXSOCKET = "/var/run/docker.sock"
DefaultDockerfileName string = "Dockerfile"