Browse code

Merge pull request #31165 from vieux/update_version_client

[1.13] update client/client.go DefaultVersion

Sebastiaan van Stijn authored on 2017/02/20 06:57:04
Showing 1 changed files
... ...
@@ -58,7 +58,7 @@ import (
58 58
 )
59 59
 
60 60
 // DefaultVersion is the version of the current stable API
61
-const DefaultVersion string = "1.25"
61
+const DefaultVersion string = "1.26"
62 62
 
63 63
 // Client is the API client that performs all operations
64 64
 // against a docker server.