aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorserg-belyakov <serg-belyakov@yandex-team.com>2023-11-24 23:35:35 +0300
committerserg-belyakov <serg-belyakov@yandex-team.com>2023-11-25 00:03:35 +0300
commitc58846d335a3191af4317b3cd973f28ce9e06606 (patch)
treeb47ed8251f270ba74454309afaf22a9cf1fcdbb6
parentead728078525b00b143dcbb5e4d0658e5e2af095 (diff)
downloadydb-c58846d335a3191af4317b3cd973f28ce9e06606.tar.gz
Set correct default PDisk and BSC version, KIKIMR-20283
Set correct default PDisk and BSC version
-rw-r--r--ydb/core/driver_lib/version/version.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/core/driver_lib/version/version.cpp b/ydb/core/driver_lib/version/version.cpp
index b9d5f4027a..72f38fac61 100644
--- a/ydb/core/driver_lib/version/version.cpp
+++ b/ydb/core/driver_lib/version/version.cpp
@@ -56,9 +56,9 @@ TCompatibilityInfo::TCompatibilityInfo() {
); \
} while (false)
- EMPLACE_DEFAULT_COMPATIBILITY_INFO(PDisk, "ydb", 23, 2, 12, 0);
+ EMPLACE_DEFAULT_COMPATIBILITY_INFO(PDisk, "ydb", 23, 3, 13, 0);
EMPLACE_DEFAULT_COMPATIBILITY_INFO(VDisk, "ydb", 23, 2, 12, 0);
- EMPLACE_DEFAULT_COMPATIBILITY_INFO(BlobStorageController, "ydb", 23, 2, 12, 0);
+ EMPLACE_DEFAULT_COMPATIBILITY_INFO(BlobStorageController, "ydb", 23, 3, 13, 0);
#undef EMPLACE_DEFAULT_COMPATIBILITY_INFO
}