Skip to content

Commit c1f91dd

Browse files
committed
fixup! Index version
1 parent eb568f2 commit c1f91dd

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
@@ -188,7 +188,7 @@ private static Version parseUnchecked(String version) {
188188
public static final IndexVersion IGNORED_SOURCE_COALESCED_ENTRIES = def(9_039_0_00, Version.LUCENE_10_3_0);
189189
public static final IndexVersion BACKPORT_UPGRADE_TO_LUCENE_10_3_1 = def(9_039_0_01, Version.LUCENE_10_3_1);
190190
public static final IndexVersion BACKPORT_UPGRADE_TO_LUCENE_10_3_2 = def(9_039_0_02, Version.LUCENE_10_3_2);
191-
public static final IndexVersion BACKPORT_SECURITY_MIGRATIONS_METADATA_FLATTENED_UPDATE = def(9_040_0_00, Version.LUCENE_10_3_2);
191+
public static final IndexVersion BACKPORT_SECURITY_MIGRATIONS_METADATA_FLATTENED_UPDATE = def(9_039_0_03, Version.LUCENE_10_3_2);
192192

193193
/*
194194
* STOP! READ THIS FIRST! No, really,

0 commit comments

Comments
 (0)