mirror of https://github.com/docker/docs.git
Merge pull request #1744 from nishanttotla/UpdateAPIVersion
Bump API version
This commit is contained in:
commit
cbfdb37fde
|
@ -26,7 +26,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// APIVERSION is the API version supported by swarm manager
|
// APIVERSION is the API version supported by swarm manager
|
||||||
const APIVERSION = "1.21"
|
const APIVERSION = "1.22"
|
||||||
|
|
||||||
// GET /info
|
// GET /info
|
||||||
func getInfo(c *context, w http.ResponseWriter, r *http.Request) {
|
func getInfo(c *context, w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
Loading…
Reference in New Issue