mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
Update client MaxAPIVersion to 1.53
The daemon's MaxAPIVersion was updated in commit f6b1488.
Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
@@ -106,7 +106,7 @@ const DummyHost = "api.moby.localhost"
|
||||
// overriding the version and disable API-version negotiation.
|
||||
//
|
||||
// This version may be lower than the version of the api library module used.
|
||||
const MaxAPIVersion = "1.52"
|
||||
const MaxAPIVersion = "1.53"
|
||||
|
||||
// MinAPIVersion is the minimum API version supported by the client. API versions
|
||||
// below this version are not considered when performing API-version negotiation.
|
||||
|
||||
2
vendor/github.com/moby/moby/client/client.go
generated
vendored
2
vendor/github.com/moby/moby/client/client.go
generated
vendored
@@ -106,7 +106,7 @@ const DummyHost = "api.moby.localhost"
|
||||
// overriding the version and disable API-version negotiation.
|
||||
//
|
||||
// This version may be lower than the version of the api library module used.
|
||||
const MaxAPIVersion = "1.52"
|
||||
const MaxAPIVersion = "1.53"
|
||||
|
||||
// MinAPIVersion is the minimum API version supported by the client. API versions
|
||||
// below this version are not considered when performing API-version negotiation.
|
||||
|
||||
Reference in New Issue
Block a user