From 2836081abfe2729a0289cc2871adc5de64e48aef Mon Sep 17 00:00:00 2001 From: Bulat Gayazov Date: Tue, 13 May 2025 17:51:25 +0000 Subject: [PATCH] Increment ydb-cpp-sdk version to v3.5.0 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 3275e7ac1d..e515d78d85 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ namespace NYdb { -inline const char* YDB_SDK_VERSION = "3.3.1"; +inline const char* YDB_SDK_VERSION = "3.5.0"; inline const char* YDB_CERTIFICATE_FILE_KEY = "ydb_root_ca_v3.pem"; } // namespace NYdb