Skip to content

Commit 462a71e

Browse files
committed
RDBC-1068 Bump CLIENT_VERSION to 7.2.3
1 parent 90fb5f4 commit 462a71e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ravendb/http/request_executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
class RequestExecutor:
5656
__INITIAL_TOPOLOGY_ETAG = -2
5757
__GLOBAL_APPLICATION_IDENTIFIER = uuid.uuid4()
58-
CLIENT_VERSION = "7.2.2"
58+
CLIENT_VERSION = "7.2.3"
5959
logger = logging.getLogger("request_executor")
6060

6161
# todo: initializer should take also cryptography certificates

0 commit comments

Comments
 (0)