Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into no-handler-accept
Browse files Browse the repository at this point in the history
* origin/master:
  Set the new lucene version for 6.4.0
  • Loading branch information
jasontedor committed May 4, 2018
2 parents ccc4b98 + 719ab30 commit e9a78a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final int V_6_3_0_ID = 6030099;
public static final Version V_6_3_0 = new Version(V_6_3_0_ID, org.apache.lucene.util.Version.LUCENE_7_3_0);
public static final int V_6_4_0_ID = 6040099;
public static final Version V_6_4_0 = new Version(V_6_4_0_ID, org.apache.lucene.util.Version.LUCENE_7_3_0);
public static final Version V_6_4_0 = new Version(V_6_4_0_ID, org.apache.lucene.util.Version.LUCENE_7_4_0);
public static final int V_7_0_0_alpha1_ID = 7000001;
public static final Version V_7_0_0_alpha1 =
new Version(V_7_0_0_alpha1_ID, org.apache.lucene.util.Version.LUCENE_7_4_0);
Expand Down

0 comments on commit e9a78a9

Please sign in to comment.