Skip to content

Commit

Permalink
Bump version after 6.8.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Sep 21, 2021
1 parent 79e0161 commit dd14770
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 @@ -49,6 +49,7 @@ BWC_VERSION:
- "6.8.17"
- "6.8.18"
- "6.8.19"
- "6.8.20"
- "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 @@ -114,6 +114,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_6_8_17 = new Version(6081799, LUCENE_7_7_3);
public static final Version V_6_8_18 = new Version(6081899, LUCENE_7_7_3);
public static final Version V_6_8_19 = new Version(6081999, LUCENE_7_7_3);
public static final Version V_6_8_20 = new Version(6082099, LUCENE_7_7_3);
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 dd14770

Please sign in to comment.