From 42a1f7cdf98fc97403ad53695d8ccf884e27e59f Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Mon, 7 Nov 2016 10:01:28 +0100 Subject: [PATCH] client: bump default version to v1.25 Signed-off-by: Antonio Murdaca --- client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client.go b/client/client.go index 9dcb3986cf..3b97720e00 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.23" +const DefaultVersion string = "1.25" // Client is the API client that performs all operations // against a docker server.