Browse code

client: bump default version to v1.25

Signed-off-by: Antonio Murdaca <runcom@redhat.com>

Antonio Murdaca authored on 2016/11/07 18:01:28
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.23"
61
+const DefaultVersion string = "1.25"
62 62
 
63 63
 // Client is the API client that performs all operations
64 64
 // against a docker server.