Browse Source

bump API version

Signed-off-by: Victor Vieux <vieux@docker.com>
Victor Vieux 10 years ago
parent
commit
9c7689a10e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/common.go

+ 1 - 1
api/common.go

@@ -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"