Update ray client protocol version (#15184)

This commit is contained in:
Eric Liang 2021-04-08 11:38:48 -07:00 committed by GitHub
parent a88d20729a
commit 982558a4d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,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 = "2020-03-12"
CURRENT_PROTOCOL_VERSION = "2020-04-07"
class RayAPIStub: