mirror of https://github.com/docker/docs.git
Bump API version
Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
parent
eb5bcbdaba
commit
a67d3ef125
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue