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.
2 parents 80dcf16 + 79cb220 commit 2a83935Copy full SHA for 2a83935
ydb/core/driver_lib/version/version.cpp
@@ -74,12 +74,13 @@ const TStored* TCompatibilityInfo::GetDefault(TComponentId componentId) const {
74
// obsolete version control
75
TMaybe<NActors::TInterconnectProxyCommon::TVersionInfo> VERSION = NActors::TInterconnectProxyCommon::TVersionInfo{
76
// version of this binary
77
- "trunk",
+ "stable-25-3",
78
79
// compatible versions; must include all compatible old ones, including this one; version verification occurs on both
80
// peers and connection is accepted if at least one of peers accepts the version of the other peer
81
{
82
- "trunk"
83
+ "stable-25-2"
84
}
85
};
86
0 commit comments