Skip to content

Commit

Permalink
Bump versions for 8.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
arteam committed Apr 20, 2022
1 parent b2a88a6 commit bf8c8e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ BWC_VERSION:
- "8.1.1"
- "8.1.2"
- "8.1.3"
- "8.1.4"
- "8.2.0"
4 changes: 2 additions & 2 deletions .ci/snapshotBwcVersions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BWC_VERSION:
- "7.17.3"
- "8.1.3"
- "7.17.4"
- "8.1.4"
- "8.2.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 @@ -107,6 +107,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_8_1_1 = new Version(8_01_01_99, org.apache.lucene.util.Version.LUCENE_9_0_0);
public static final Version V_8_1_2 = new Version(8_01_02_99, org.apache.lucene.util.Version.LUCENE_9_0_0);
public static final Version V_8_1_3 = new Version(8_01_03_99, org.apache.lucene.util.Version.LUCENE_9_0_0);
public static final Version V_8_1_4 = new Version(8_01_04_99, org.apache.lucene.util.Version.LUCENE_9_0_0);
public static final Version V_8_2_0 = new Version(8_02_00_99, org.apache.lucene.util.Version.LUCENE_9_1_0);
public static final Version CURRENT = V_8_2_0;

Expand Down

0 comments on commit bf8c8e4

Please sign in to comment.