mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
bump protocol version
This commit is contained in:
parent
a5dc1a6a34
commit
d84c018211
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,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 = "2022-03-16"
|
||||
CURRENT_PROTOCOL_VERSION = "2022-05-06"
|
||||
|
||||
|
||||
class _ClientContext:
|
||||
|
|
Loading…
Add table
Reference in a new issue