We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601c23f commit 68d3b5aCopy full SHA for 68d3b5a
ydb/core/driver_lib/version/version.cpp
@@ -72,12 +72,13 @@ const TStored* TCompatibilityInfo::GetDefault(TComponentId componentId) const {
72
// obsolete version control
73
TMaybe<NActors::TInterconnectProxyCommon::TVersionInfo> VERSION = NActors::TInterconnectProxyCommon::TVersionInfo{
74
// version of this binary
75
- "trunk",
+ "stable-25-1",
76
77
// compatible versions; must include all compatible old ones, including this one; version verification occurs on both
78
// peers and connection is accepted if at least one of peers accepts the version of the other peer
79
{
80
- "trunk"
+ "stable-24-4",
81
+ "stable-25-1"
82
}
83
};
84
0 commit comments