From a67d3ef12503fa46863ed180f05ffcd9a8f8bd3d Mon Sep 17 00:00:00 2001 From: Nishant Totla Date: Tue, 2 Feb 2016 18:40:03 -0800 Subject: [PATCH] Bump API version Signed-off-by: Nishant Totla --- api/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/handlers.go b/api/handlers.go index f0345db20c..727d9a9b2f 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) {