Explorar o código

client: bump default version to v1.25

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Antonio Murdaca %!s(int64=8) %!d(string=hai) anos
pai
achega
42a1f7cdf9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/client.go

+ 1 - 1
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.