File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ static TransportVersion def(int id) {
179179 public static final TransportVersion ADD_COMPATIBILITY_VERSIONS_TO_NODE_INFO_BACKPORT_8_16 = def (8_772_0_02 );
180180 public static final TransportVersion SKIP_INNER_HITS_SEARCH_SOURCE_BACKPORT_8_16 = def (8_772_0_03 );
181181 public static final TransportVersion QUERY_RULES_LIST_INCLUDES_TYPES_BACKPORT_8_16 = def (8_772_0_04 );
182+ public static final TransportVersion INITIAL_ELASTICSEARCH_8_16_5 = def (8_772_0_05 );
182183 public static final TransportVersion REMOVE_MIN_COMPATIBLE_SHARD_NODE = def (8_773_0_00 );
183184 public static final TransportVersion REVERT_REMOVE_MIN_COMPATIBLE_SHARD_NODE = def (8_774_0_00 );
184185 public static final TransportVersion ESQL_FIELD_ATTRIBUTE_PARENT_SIMPLIFIED = def (8_775_0_00 );
You can’t perform that action at this time.
0 commit comments