diff --git a/client/client.go b/client/client.go index 0567ba11d4..93d9f4f49a 100644 --- a/client/client.go +++ b/client/client.go @@ -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. diff --git a/vendor/github.com/moby/moby/client/client.go b/vendor/github.com/moby/moby/client/client.go index 0567ba11d4..93d9f4f49a 100644 --- a/vendor/github.com/moby/moby/client/client.go +++ b/vendor/github.com/moby/moby/client/client.go @@ -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.