Skip to content

Commit 2f1e209

Browse files
authoredSep 5, 2024
Add 2.18.0 version (opensearch-project#15712)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent b957eca commit 2f1e209

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.ci/bwcVersions

+1
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ BWC_VERSION:
3838
- "2.16.0"
3939
- "2.16.1"
4040
- "2.17.0"
41+
- "2.18.0"

‎libs/core/src/main/java/org/opensearch/Version.java

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
109109
public static final Version V_2_16_0 = new Version(2160099, org.apache.lucene.util.Version.LUCENE_9_11_1);
110110
public static final Version V_2_16_1 = new Version(2160199, org.apache.lucene.util.Version.LUCENE_9_11_1);
111111
public static final Version V_2_17_0 = new Version(2170099, org.apache.lucene.util.Version.LUCENE_9_11_1);
112+
public static final Version V_2_18_0 = new Version(2180099, org.apache.lucene.util.Version.LUCENE_9_11_1);
112113
public static final Version V_3_0_0 = new Version(3000099, org.apache.lucene.util.Version.LUCENE_9_12_0);
113114
public static final Version CURRENT = V_3_0_0;
114115

0 commit comments

Comments
 (0)
Please sign in to comment.