From 293273bedd9b3cd832723a560f754e43a06eaacb Mon Sep 17 00:00:00 2001 From: Bulat Gayazov Date: Fri, 23 May 2025 16:10:15 +0000 Subject: [PATCH] Increment ydb-cpp-sdk version to v3.6.0 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 2b70aea798..f8cee0181c 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ namespace NYdb { -inline const char* YDB_SDK_VERSION = "3.5.1"; +inline const char* YDB_SDK_VERSION = "3.6.0"; inline const char* YDB_CERTIFICATE_FILE_KEY = "ydb_root_ca_v3.pem"; } // namespace NYdb