Skip to content

Commit

Permalink
Bump version after 7.13.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Jul 7, 2021
1 parent 439bd12 commit 5cbb7e4
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 @@ -85,3 +85,4 @@ BWC_VERSION:
- "7.13.1"
- "7.13.2"
- "7.13.3"
- "7.13.4"
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 @@ -150,6 +150,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_13_1 = new Version(7130199, org.apache.lucene.util.Version.LUCENE_8_8_2);
public static final Version V_7_13_2 = new Version(7130299, org.apache.lucene.util.Version.LUCENE_8_8_2);
public static final Version V_7_13_3 = new Version(7130399, org.apache.lucene.util.Version.LUCENE_8_8_2);
public static final Version V_7_13_4 = new Version(7130499, 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_9_0);
public static final Version CURRENT = V_7_14_0;

Expand Down

0 comments on commit 5cbb7e4

Please sign in to comment.