diff --git a/api/handlers.go b/api/handlers.go index 296be12cc2..5aa33b7d51 100644 --- a/api/handlers.go +++ b/api/handlers.go @@ -26,7 +26,7 @@ import ( ) // APIVERSION is the API version supported by swarm manager -const APIVERSION = "1.21" +const APIVERSION = "1.22" // GET /info func getInfo(c *context, w http.ResponseWriter, r *http.Request) {