Skip to content

Commit 8158cf8

Browse files
committed
Merge branch 'lucene_snapshot' of github.com:elastic/elasticsearch into lucene_snapshot
2 parents feda8ea + fb79083 commit 8158cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/index/IndexVersions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ private static Version parseUnchecked(String version) {
128128
public static final IndexVersion MERGE_ON_RECOVERY_VERSION = def(8_515_00_0, Version.LUCENE_9_11_1);
129129
public static final IndexVersion UPGRADE_TO_LUCENE_9_12 = def(8_516_00_0, Version.LUCENE_9_12_0);
130130
public static final IndexVersion ENABLE_IGNORE_ABOVE_LOGSDB = def(8_517_00_0, Version.LUCENE_9_12_0);
131-
132131
public static final IndexVersion UPGRADE_TO_LUCENE_10_0_0 = def(9_000_00_0, Version.LUCENE_10_0_0);
132+
public static final IndexVersion UPGRADE_TO_LUCENE_10_0_1 = def(9_001_00_0, Version.LUCENE_10_0_1);
133133

134134
/*
135135
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)