Merge pull request #1322 from dnephin/update_api_version

Update api version to match the version that swarm supports
This commit is contained in:
Victor Vieux 2015-10-21 14:57:57 -07:00
commit 39a0a58e1c
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) {