Skip to content

Commit

Permalink
Adding 7.13 version after 7.12 feature freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Feb 18, 2021
1 parent 26eef89 commit b04262c
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 @@ -32,4 +32,5 @@ BWC_VERSION:
- "7.11.1"
- "7.11.2"
- "7.12.0"
- "7.13.0"
- "8.0.0"
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 @@ -79,6 +79,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_11_1 = new Version(7110199, org.apache.lucene.util.Version.LUCENE_8_7_0);
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_13_0 = new Version(7130099, org.apache.lucene.util.Version.LUCENE_8_8_0);
public static final Version V_8_0_0 = new Version(8000099, org.apache.lucene.util.Version.LUCENE_8_8_0);
public static final Version CURRENT = V_8_0_0;

Expand Down

0 comments on commit b04262c

Please sign in to comment.