From eb040722451ae96ccc179827e4a69f6d765376e4 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Sun, 19 Feb 2017 01:26:16 -0800 Subject: [PATCH] update client/client.gg DefaultVersion Signed-off-by: Victor Vieux --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index a9bdab6bb6..c3e85d455a 100644 --- a/client/client.go +++ b/client/client.go @@ -58,7 +58,7 @@ import ( ) // DefaultVersion is the version of the current stable API -const DefaultVersion string = "1.25" +const DefaultVersion string = "1.26" // Client is the API client that performs all operations // against a docker server.