Merge "[microversions] Increase max version to 2.11"

This commit is contained in:
Jenkins 2015-12-14 21:11:05 +00:00 committed by Gerrit Code Review
commit 26077be57a

View File

@ -25,4 +25,4 @@ API_MIN_VERSION = api_versions.APIVersion("2.1")
# when client supported the max version, and bumped sequentially, otherwise
# the client may break due to server side new version may include some
# backward incompatible change.
API_MAX_VERSION = api_versions.APIVersion("2.10")
API_MAX_VERSION = api_versions.APIVersion("2.11")