[Client] Bump Proto Version (#17879)

This commit is contained in:
Ian Rodney 2021-08-16 17:08:36 -07:00 committed by GitHub
parent 03a82d733a
commit 8fe7111a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ logger = logging.getLogger(__name__)
# This version string is incremented to indicate breaking changes in the
# protocol that require upgrading the client version.
CURRENT_PROTOCOL_VERSION = "2021-05-20"
CURRENT_PROTOCOL_VERSION = "2021-08-16"
class RayAPIStub: