Skip to content

Commit

Permalink
Add 7.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnascotia committed Apr 20, 2022
1 parent ef45ab6 commit 7261062
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 @@ -52,6 +52,7 @@ BWC_VERSION:
- "7.17.1"
- "7.17.2"
- "7.17.3"
- "7.17.4"
- "8.0.0"
- "8.0.1"
- "8.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 @@ -101,6 +101,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_17_1 = new Version(7_17_01_99, LUCENE_8_11_1);
public static final Version V_7_17_2 = new Version(7_17_02_99, LUCENE_8_11_1);
public static final Version V_7_17_3 = new Version(7_17_03_99, LUCENE_8_11_1);
public static final Version V_7_17_4 = new Version(7_17_04_99, 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 7261062

Please sign in to comment.