Skip to content

Commit

Permalink
Add version constant for 7.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Dec 20, 2021
1 parent c63f58c commit 441e343
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 @@ -47,5 +47,6 @@ BWC_VERSION:
- "7.16.0"
- "7.16.1"
- "7.16.2"
- "7.16.3"
- "7.17.0"
- "8.0.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 @@ -94,6 +94,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_16_0 = new Version(7160099, org.apache.lucene.util.Version.LUCENE_8_10_1);
public static final Version V_7_16_1 = new Version(7160199, org.apache.lucene.util.Version.LUCENE_8_10_1);
public static final Version V_7_16_2 = new Version(7160299, org.apache.lucene.util.Version.LUCENE_8_10_1);
public static final Version V_7_16_3 = new Version(7160399, org.apache.lucene.util.Version.LUCENE_8_10_1);
public static final Version V_7_17_0 = new Version(7170099, org.apache.lucene.util.Version.LUCENE_8_10_1);
public static final Version V_8_0_0 = new Version(8000099, org.apache.lucene.util.Version.LUCENE_9_0_0);
public static final Version CURRENT = V_8_0_0;
Expand Down

0 comments on commit 441e343

Please sign in to comment.