From a5dbd7b71bec79256f0aab686d1861ac24262fa4 Mon Sep 17 00:00:00 2001 From: Bulat Gayazov Date: Mon, 19 May 2025 12:35:53 +0000 Subject: [PATCH] Increment ydb-cpp-sdk version to v3.5.1 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index e515d78d85..2b70aea798 100644 --- a/src/version.h +++ b/src/version.h @@ -2,7 +2,7 @@ namespace NYdb { -inline const char* YDB_SDK_VERSION = "3.5.0"; +inline const char* YDB_SDK_VERSION = "3.5.1"; inline const char* YDB_CERTIFICATE_FILE_KEY = "ydb_root_ca_v3.pem"; } // namespace NYdb