Skip to content

Commit

Permalink
Bump versions for 7.17.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Mar 31, 2022
1 parent ee51330 commit af8bb32
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 @@ -51,6 +51,7 @@ BWC_VERSION:
- "7.17.0"
- "7.17.1"
- "7.17.2"
- "7.17.3"
- "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,3 +1,3 @@
BWC_VERSION:
- "7.17.2"
- "7.17.3"
- "8.1.2"
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 @@ -100,6 +100,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_17_0 = new Version(7_17_00_99, LUCENE_8_11_1);
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_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 af8bb32

Please sign in to comment.