mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
Update ray client protocol version (#15184)
This commit is contained in:
parent
a88d20729a
commit
982558a4d3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue