Merge pull request #1744 from nishanttotla/UpdateAPIVersion

Bump API version
This commit is contained in:
Victor Vieux 2016-02-02 19:01:26 -08:00
commit cbfdb37fde
1 changed files with 1 additions and 1 deletions

View File

@ -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) {