Skip to content

Commit

Permalink
Bump versions after 7.17.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtrent committed Oct 25, 2022
1 parent 52d8235 commit ee8f51d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ BWC_VERSION:
- "7.17.5"
- "7.17.6"
- "7.17.7"
- "7.17.8"
- "8.0.0"
- "8.0.1"
- "8.1.0"
Expand Down
2 changes: 1 addition & 1 deletion .ci/snapshotBwcVersions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BWC_VERSION:
- "7.17.7"
- "7.17.8"
- "8.4.4"
- "8.5.0"
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 @@ -104,6 +104,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_17_5 = new Version(7_17_05_99, org.apache.lucene.util.Version.LUCENE_8_11_1);
public static final Version V_7_17_6 = new Version(7_17_06_99, org.apache.lucene.util.Version.LUCENE_8_11_1);
public static final Version V_7_17_7 = new Version(7_17_07_99, org.apache.lucene.util.Version.LUCENE_8_11_1);
public static final Version V_7_17_8 = new Version(7_17_08_99, org.apache.lucene.util.Version.LUCENE_8_11_1);
public static final Version V_8_0_0 = new Version(8_00_00_99, org.apache.lucene.util.Version.LUCENE_9_0_0);
public static final Version V_8_0_1 = new Version(8_00_01_99, org.apache.lucene.util.Version.LUCENE_9_0_0);
public static final Version V_8_1_0 = new Version(8_01_00_99, org.apache.lucene.util.Version.LUCENE_9_0_0);
Expand Down

0 comments on commit ee8f51d

Please sign in to comment.