Skip to content

Commit

Permalink
Version bump for 7.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnascotia committed Aug 18, 2020
1 parent 4825d87 commit 60e118a
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 @@ -65,4 +65,4 @@ BWC_VERSION:
- "7.7.1"
- "7.8.0"
- "7.8.1"
- "7.8.2"
- "7.9.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.9.0
elasticsearch = 7.9.1
lucene = 8.6.0

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 @@ -142,9 +142,9 @@ public class Version implements Comparable<Version>, ToXContentFragment {
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_8_0 = new Version(7080099, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version V_7_8_1 = new Version(7080199, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version V_7_8_2 = new Version(7080299, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version V_7_9_0 = new Version(7090099, org.apache.lucene.util.Version.LUCENE_8_6_0);
public static final Version CURRENT = V_7_9_0;
public static final Version V_7_9_1 = new Version(7090199, org.apache.lucene.util.Version.LUCENE_8_6_0);
public static final Version CURRENT = V_7_9_1;

private static final ImmutableOpenIntMap<Version> idToVersion;

Expand Down

0 comments on commit 60e118a

Please sign in to comment.