Browse code

update client/client.gg DefaultVersion

Signed-off-by: Victor Vieux <victorvieux@gmail.com>

Victor Vieux authored on 2017/02/19 18:26:16
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.