We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ebf8b commit b4f5e24Copy full SHA for b4f5e24
core/src/main/java/org/elasticsearch/Version.java
@@ -111,7 +111,7 @@ public class Version implements Comparable<Version> {
111
new Version(V_6_0_0_rc1_ID, org.apache.lucene.util.Version.LUCENE_7_0_0);
112
public static final int V_6_0_0_rc2_ID = 6000052;
113
public static final Version V_6_0_0_rc2 =
114
- new Version(V_6_0_0_rc2_ID, org.apache.lucene.util.Version.LUCENE_7_0_0);
+ new Version(V_6_0_0_rc2_ID, org.apache.lucene.util.Version.LUCENE_7_0_1);
115
public static final int V_6_1_0_ID = 6010099;
116
public static final Version V_6_1_0 = new Version(V_6_1_0_ID, org.apache.lucene.util.Version.LUCENE_7_1_0);
117
public static final Version CURRENT = V_6_1_0;
0 commit comments