Skip to content

Commit

Permalink
leftover index versions change
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Sep 20, 2024
1 parent 70eb1fc commit 6713633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ private static Version parseUnchecked(String version) {
* In branches 8.7-8.11 see server/src/main/java/org/elasticsearch/index/IndexVersion.java for the equivalent definitions.
*/

public static final IndexVersion MINIMUM_COMPATIBLE = V_7_12_0;
public static final IndexVersion MINIMUM_COMPATIBLE = V_8_0_0;

static final NavigableMap<Integer, IndexVersion> VERSION_IDS = getAllVersionIds(IndexVersions.class);
static final IndexVersion LATEST_DEFINED;
Expand Down

0 comments on commit 6713633

Please sign in to comment.