diff --git a/api/handlers.go b/api/handlers.go index 1ad1d82b9d..3449ea6886 100644 --- a/api/handlers.go +++ b/api/handlers.go @@ -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) {