mirror of https://github.com/docker/docs.git
Update api version to match the version that swarm supports.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
93e78ce641
commit
cd5de97a8d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue