Skip to content

Commit

Permalink
more transport version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Mar 14, 2024
1 parent 26769f5 commit e717293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/main/java/org/elasticsearch/TransportVersions.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ static TransportVersion def(int id) {
public static final TransportVersion ALLOCATION_STATS = def(8_604_00_0);
public static final TransportVersion ESQL_EXTENDED_ENRICH_TYPES = def(8_605_00_0);
public static final TransportVersion KNN_EXPLICIT_BYTE_QUERY_VECTOR_PARSING = def(8_606_00_0);
public static final TransportVersion ESQL_EXTENDED_ENRICH_INPUT_TYPE = def(8_607_00_0);
public static final TransportVersion AGGS_EXCLUDED_DELETED_DOCS = def(8_608_00_0);
public static final TransportVersion ESQL_EXTENDED_ENRICH_INPUT_TYPE = def(8_607_00_0);
public static final TransportVersion AGGS_EXCLUDED_DELETED_DOCS = def(8_608_00_0);

/*
* STOP! READ THIS FIRST! No, really,
Expand Down

0 comments on commit e717293

Please sign in to comment.