bump protocol version

This commit is contained in:
Chris Wong 2022-05-06 11:59:25 -07:00
parent a5dc1a6a34
commit d84c018211

View file

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