Skip to content

Commit 7b2b8f2

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botreta
authored
[AUTO] [2.x] Add bwc version 2.17.2. (#16165)
* Add bwc version 2.17.2 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update Version.java Signed-off-by: Andriy Redko <[email protected]> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Andriy Redko <[email protected]>
1 parent 0cd0ea9 commit 7b2b8f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,4 @@ BWC_VERSION:
9797
- "2.16.1"
9898
- "2.17.0"
9999
- "2.17.1"
100+
- "2.17.2"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
140140
public static final Version V_2_16_1 = new Version(2160199, org.apache.lucene.util.Version.LUCENE_9_11_1);
141141
public static final Version V_2_17_0 = new Version(2170099, org.apache.lucene.util.Version.LUCENE_9_11_1);
142142
public static final Version V_2_17_1 = new Version(2170199, org.apache.lucene.util.Version.LUCENE_9_11_1);
143+
public static final Version V_2_17_2 = new Version(2170299, org.apache.lucene.util.Version.LUCENE_9_11_1);
143144
public static final Version V_2_18_0 = new Version(2180099, org.apache.lucene.util.Version.LUCENE_9_11_1);
144145
public static final Version CURRENT = V_2_18_0;
145146

0 commit comments

Comments
 (0)