mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Client] Bump Proto Version (#17879)
This commit is contained in:
parent
03a82d733a
commit
8fe7111a7b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue