Skip to content

Commit

Permalink
[7.6] add 6.8.8 as a version (#53022)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Mar 4, 2020
1 parent a0915d1 commit 8b10ff3
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 @@ -37,6 +37,7 @@ BWC_VERSION:
- "6.8.5"
- "6.8.6"
- "6.8.7"
- "6.8.8"
- "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 @@ -112,6 +112,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_6_8_5 = new Version(6080599, org.apache.lucene.util.Version.LUCENE_7_7_2);
public static final Version V_6_8_6 = new Version(6080699, org.apache.lucene.util.Version.LUCENE_7_7_2);
public static final Version V_6_8_7 = new Version(6080799, org.apache.lucene.util.Version.LUCENE_7_7_2);
public static final Version V_6_8_8 = new Version(6080899, org.apache.lucene.util.Version.LUCENE_7_7_2);
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 8b10ff3

Please sign in to comment.