Update api version to match the version that swarm supports.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2015-10-21 15:44:02 -04:00
parent 93e78ce641
commit cd5de97a8d
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ import (
"github.com/samalba/dockerclient"
)
// APIVERSION is the Client API version
const APIVERSION = "1.16"
// APIVERSION is the API version supported by swarm manager
const APIVERSION = "1.21"
// GET /info
func getInfo(c *context, w http.ResponseWriter, r *http.Request) {