1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

client: bump default version to v1.25

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-11-07 10:01:28 +01:00
parent 667315576f
commit 42a1f7cdf9
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9

View file

@ -58,7 +58,7 @@ import (
) )
// DefaultVersion is the version of the current stable API // 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 // Client is the API client that performs all operations
// against a docker server. // against a docker server.