Skip to content

Commit

Permalink
Bump version after 7.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann committed Mar 10, 2021
1 parent 4fa5e82 commit 71f485d
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 @@ -77,3 +77,4 @@ BWC_VERSION:
- "7.11.0"
- "7.11.1"
- "7.11.2"
- "7.11.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 @@ -142,6 +142,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_11_0 = new Version(7110099, org.apache.lucene.util.Version.LUCENE_8_7_0);
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_11_3 = new Version(7110399, 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 CURRENT = V_7_12_0;

Expand Down

0 comments on commit 71f485d

Please sign in to comment.