diff --git a/ravendb/http/request_executor.py b/ravendb/http/request_executor.py index e4ba4844..8d094efd 100644 --- a/ravendb/http/request_executor.py +++ b/ravendb/http/request_executor.py @@ -55,7 +55,7 @@ class RequestExecutor: __INITIAL_TOPOLOGY_ETAG = -2 __GLOBAL_APPLICATION_IDENTIFIER = uuid.uuid4() - CLIENT_VERSION = "7.2.2" + CLIENT_VERSION = "7.2.3" logger = logging.getLogger("request_executor") # todo: initializer should take also cryptography certificates