Merge "[microversions] Increase max version to 2.11"
This commit is contained in:
commit
26077be57a
@ -25,4 +25,4 @@ API_MIN_VERSION = api_versions.APIVersion("2.1")
|
|||||||
# when client supported the max version, and bumped sequentially, otherwise
|
# when client supported the max version, and bumped sequentially, otherwise
|
||||||
# the client may break due to server side new version may include some
|
# the client may break due to server side new version may include some
|
||||||
# backward incompatible change.
|
# backward incompatible change.
|
||||||
API_MAX_VERSION = api_versions.APIVersion("2.10")
|
API_MAX_VERSION = api_versions.APIVersion("2.11")
|
||||||
|
Loading…
Reference in New Issue
Block a user