Skip to content

Commit

Permalink
Version bump for 7.7.1 release (#57618)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrandolph committed Jun 3, 2020
1 parent 7ac0233 commit d3d6c5f
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 @@ -61,3 +61,4 @@ BWC_VERSION:
- "7.6.2"
- "7.7.0"
- "7.7.1"
- "7.7.2"
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 @@ -138,6 +138,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_6_2 = new Version(7060299, org.apache.lucene.util.Version.LUCENE_8_4_0);
public static final Version V_7_7_0 = new Version(7070099, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version V_7_7_1 = new Version(7070199, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version V_7_7_2 = new Version(7070299, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version V_7_8_0 = new Version(7080099, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version CURRENT = V_7_8_0;

Expand Down

0 comments on commit d3d6c5f

Please sign in to comment.