Skip to content

Commit

Permalink
Bump version for 7.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gwbrown committed Apr 27, 2021
1 parent 6b01655 commit 6480aa7
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 @@ -145,6 +145,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_11_2 = new Version(7110299, org.apache.lucene.util.Version.LUCENE_8_7_0);
public static final Version V_7_12_0 = new Version(7120099, org.apache.lucene.util.Version.LUCENE_8_8_0);
public static final Version V_7_12_1 = new Version(7120199, org.apache.lucene.util.Version.LUCENE_8_8_0);
public static final Version V_7_12_2 = new Version(7120299, org.apache.lucene.util.Version.LUCENE_8_8_0);
public static final Version V_7_13_0 = new Version(7130099, org.apache.lucene.util.Version.LUCENE_8_8_2);
public static final Version V_7_14_0 = new Version(7140099, org.apache.lucene.util.Version.LUCENE_8_8_2);
public static final Version CURRENT = V_7_14_0;
Expand Down

0 comments on commit 6480aa7

Please sign in to comment.