File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -206,16 +206,7 @@ static TransportVersion def(int id) {
206206 public static final TransportVersion BYTE_SIZE_VALUE_ALWAYS_USES_BYTES = def (9_015_0_00 );
207207 public static final TransportVersion ESQL_SERIALIZE_SOURCE_FUNCTIONS_WARNINGS = def (9_016_0_00 );
208208 public static final TransportVersion ESQL_DRIVER_NODE_DESCRIPTION = def (9_017_0_00 );
209-
210- /*
211- * WARNING: DO NOT MERGE INTO MAIN!
212- * This is the transport version used for all multi-project changes.
213- * This is above any possible transport version that could exist on main during multi-project branch development.
214- * We don't care about BwC during initial development. Before this code is merged into main,
215- * this variable needs to be changed to a regular transport version following the same rules as above.
216- */
217- @ FixForMultiProject
218- public static final TransportVersion MULTI_PROJECT = def (9_999_990 );
209+ public static final TransportVersion MULTI_PROJECT = def (9_018_0_00 );
219210
220211 /*
221212 * STOP! READ THIS FIRST! No, really,
You can’t perform that action at this time.
0 commit comments