mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update client/client.gg DefaultVersion
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
c9e1a9e16d
commit
eb04072245
1 changed files with 1 additions and 1 deletions
|
@ -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.25"
|
const DefaultVersion string = "1.26"
|
||||||
|
|
||||||
// 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.
|
||||||
|
|
Loading…
Reference in a new issue