Skip to content

Commit

Permalink
Add version constant for 7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Sep 12, 2019
1 parent af7aba1 commit e1e06c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_3_0 = new Version(7030099, org.apache.lucene.util.Version.LUCENE_8_1_0);
public static final Version V_7_3_1 = new Version(7030199, org.apache.lucene.util.Version.LUCENE_8_1_0);
public static final Version V_7_3_2 = new Version(7030299, org.apache.lucene.util.Version.LUCENE_8_1_0);
public static final Version V_7_3_3 = new Version(7030399, org.apache.lucene.util.Version.LUCENE_8_1_0);
public static final Version V_7_4_0 = new Version(7040099, org.apache.lucene.util.Version.LUCENE_8_2_0);
public static final Version V_7_5_0 = new Version(7050099, org.apache.lucene.util.Version.LUCENE_8_2_0);
public static final Version CURRENT = V_7_5_0;
Expand Down

0 comments on commit e1e06c2

Please sign in to comment.