Skip to content

Commit 54a6ec3

Browse files
committed
Update client MaxAPIVersion to 1.53
The daemon's MaxAPIVersion was updated in commit f6b1488. Signed-off-by: Rob Murray <rob.murray@docker.com>
1 parent 1e209e7 commit 54a6ec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const DummyHost = "api.moby.localhost"
106106
// overriding the version and disable API-version negotiation.
107107
//
108108
// This version may be lower than the version of the api library module used.
109-
const MaxAPIVersion = "1.52"
109+
const MaxAPIVersion = "1.53"
110110

111111
// MinAPIVersion is the minimum API version supported by the client. API versions
112112
// below this version are not considered when performing API-version negotiation.

vendor/github.com/moby/moby/client/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)