Skip to content

Commit

Permalink
Version bump for 7.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henningandersen committed Sep 21, 2021
1 parent 82192d2 commit fa6a82f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,4 @@ BWC_VERSION:
- "7.14.0"
- "7.14.1"
- "7.14.2"
- "7.14.3"
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 @@ -157,6 +157,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_14_0 = new Version(7140099, org.apache.lucene.util.Version.LUCENE_8_9_0);
public static final Version V_7_14_1 = new Version(7140199, org.apache.lucene.util.Version.LUCENE_8_9_0);
public static final Version V_7_14_2 = new Version(7140299, org.apache.lucene.util.Version.LUCENE_8_9_0);
public static final Version V_7_14_3 = new Version(7140399, org.apache.lucene.util.Version.LUCENE_8_9_0);
public static final Version V_7_15_0 = new Version(7150099, org.apache.lucene.util.Version.LUCENE_8_9_0);
public static final Version CURRENT = V_7_15_0;

Expand Down

0 comments on commit fa6a82f

Please sign in to comment.