File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
server/src/main/java/org/elasticsearch/index Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments