From cd5de97a8d2490ae7d2254d3afd161919e44ba03 Mon Sep 17 00:00:00 2001 From: Daniel Nephin Date: Wed, 21 Oct 2015 15:44:02 -0400 Subject: [PATCH] Update api version to match the version that swarm supports. Signed-off-by: Daniel Nephin --- api/handlers.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/handlers.go b/api/handlers.go index 1ad1d82b9d..3449ea6886 100644 --- a/api/handlers.go +++ b/api/handlers.go @@ -21,8 +21,8 @@ import ( "github.com/samalba/dockerclient" ) -// APIVERSION is the Client API version -const APIVERSION = "1.16" +// APIVERSION is the API version supported by swarm manager +const APIVERSION = "1.21" // GET /info func getInfo(c *context, w http.ResponseWriter, r *http.Request) {