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 @@ -102,6 +102,7 @@ static TransportVersion def(int id) {
102102 public static final TransportVersion ADD_COMPATIBILITY_VERSIONS_TO_NODE_INFO_BACKPORT_8_16 = def (8_772_0_02 );
103103 public static final TransportVersion SKIP_INNER_HITS_SEARCH_SOURCE_BACKPORT_8_16 = def (8_772_0_03 );
104104 public static final TransportVersion QUERY_RULES_LIST_INCLUDES_TYPES_BACKPORT_8_16 = def (8_772_0_04 );
105+ public static final TransportVersion INITIAL_ELASTICSEARCH_8_16_5 = def (8_772_0_05 );
105106 public static final TransportVersion REMOVE_MIN_COMPATIBLE_SHARD_NODE = def (8_773_0_00 );
106107 public static final TransportVersion REVERT_REMOVE_MIN_COMPATIBLE_SHARD_NODE = def (8_774_0_00 );
107108 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