Bump API version

Signed-off-by: Nishant Totla <nishanttotla@gmail.com>
This commit is contained in:
Nishant Totla 2016-02-02 18:40:03 -08:00
parent eb5bcbdaba
commit a67d3ef125
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 // 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) {