Skip to content

Commit

Permalink
Bump 7.7 branch to version 7.7.1
Browse files Browse the repository at this point in the history
Bump 7.7 branch to version 7.7.1.
  • Loading branch information
bpintea committed May 13, 2020
1 parent c76bb5d commit 9ad0ad6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ BWC_VERSION:
- "7.6.0"
- "7.6.1"
- "7.6.2"
- "7.6.3"
- "7.7.0"
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elasticsearch = 7.7.0
elasticsearch = 7.7.1
lucene = 8.5.1

bundled_jdk_vendor = adoptopenjdk
Expand Down
4 changes: 2 additions & 2 deletions server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_6_0 = new Version(7060099, org.apache.lucene.util.Version.LUCENE_8_4_0);
public static final Version V_7_6_1 = new Version(7060199, org.apache.lucene.util.Version.LUCENE_8_4_0);
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_6_3 = new Version(7060399, 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 CURRENT = V_7_7_0;
public static final Version V_7_7_1 = new Version(7070199, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version CURRENT = V_7_7_1;

private static final ImmutableOpenIntMap<Version> idToVersion;

Expand Down

0 comments on commit 9ad0ad6

Please sign in to comment.