Skip to content

Commit f03dde9

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botreta
authored
[AUTO] [main] Add bwc version 2.16.1. (opensearch-project#15160)
* Add bwc version 2.16.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update Version.java Signed-off-by: Andriy Redko <andriy.redko@aiven.io> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Co-authored-by: opensearch-ci-bot <83309141+opensearch-ci-bot@users.noreply.github.com> Co-authored-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 4fe0358 commit f03dde9

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
@@ -36,4 +36,5 @@ BWC_VERSION:
3636
- "2.15.0"
3737
- "2.15.1"
3838
- "2.16.0"
39+
- "2.16.1"
3940
- "2.17.0"

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

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
107107
public static final Version V_2_15_0 = new Version(2150099, org.apache.lucene.util.Version.LUCENE_9_10_0);
108108
public static final Version V_2_15_1 = new Version(2150199, org.apache.lucene.util.Version.LUCENE_9_10_0);
109109
public static final Version V_2_16_0 = new Version(2160099, org.apache.lucene.util.Version.LUCENE_9_11_1);
110+
public static final Version V_2_16_1 = new Version(2160199, org.apache.lucene.util.Version.LUCENE_9_11_1);
110111
public static final Version V_2_17_0 = new Version(2170099, org.apache.lucene.util.Version.LUCENE_9_11_1);
111112
public static final Version V_3_0_0 = new Version(3000099, org.apache.lucene.util.Version.LUCENE_9_12_0);
112113
public static final Version CURRENT = V_3_0_0;

0 commit comments

Comments
 (0)