Skip to content

Commit

Permalink
version bump to 6.8.4 (#46409)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Sanwald authored Sep 5, 2019
1 parent 92866f9 commit 758680c
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 @@ -33,6 +33,7 @@ BWC_VERSION:
- "6.8.1"
- "6.8.2"
- "6.8.3"
- "6.8.4"
- "7.0.0"
- "7.0.1"
- "7.1.0"
Expand Down
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 @@ -108,6 +108,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_6_8_1 = new Version(6080199, org.apache.lucene.util.Version.LUCENE_7_7_0);
public static final Version V_6_8_2 = new Version(6080299, org.apache.lucene.util.Version.LUCENE_7_7_0);
public static final Version V_6_8_3 = new Version(6080399, org.apache.lucene.util.Version.LUCENE_7_7_0);
public static final Version V_6_8_4 = new Version(6080499, org.apache.lucene.util.Version.LUCENE_7_7_0);
public static final Version V_7_0_0 = new Version(7000099, org.apache.lucene.util.Version.LUCENE_8_0_0);
public static final Version V_7_0_1 = new Version(7000199, org.apache.lucene.util.Version.LUCENE_8_0_0);
public static final Version V_7_1_0 = new Version(7010099, org.apache.lucene.util.Version.LUCENE_8_0_0);
Expand Down

0 comments on commit 758680c

Please sign in to comment.