Skip to content

Commit 68d3b5a

Browse files
authored
Update Legacy version control (#14952)
1 parent 601c23f commit 68d3b5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ydb/core/driver_lib/version/version.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ const TStored* TCompatibilityInfo::GetDefault(TComponentId componentId) const {
7272
// obsolete version control
7373
TMaybe<NActors::TInterconnectProxyCommon::TVersionInfo> VERSION = NActors::TInterconnectProxyCommon::TVersionInfo{
7474
// version of this binary
75-
"trunk",
75+
"stable-25-1",
7676

7777
// compatible versions; must include all compatible old ones, including this one; version verification occurs on both
7878
// peers and connection is accepted if at least one of peers accepts the version of the other peer
7979
{
80-
"trunk"
80+
"stable-24-4",
81+
"stable-25-1"
8182
}
8283
};
8384

0 commit comments

Comments
 (0)