Skip to content

Commit 83174b3

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botkotwanikunalreta
authored
[AUTO] [2.x] Add bwc version 2.13.1. (opensearch-project#13038)
* Add bwc version 2.13.1 Signed-off-by: GitHub <noreply@github.com> * Fix version identifier and bwc version Signed-off-by: Kunal Kotwani <kkotwani@amazon.com> * Update bwcVersions Signed-off-by: Andriy Redko <andriy.redko@aiven.io> --------- Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Kunal Kotwani <kkotwani@amazon.com> Signed-off-by: Andriy Redko <andriy.redko@aiven.io> Co-authored-by: opensearch-ci-bot <opensearch-ci-bot@users.noreply.github.com> Co-authored-by: Kunal Kotwani <kkotwani@amazon.com> Co-authored-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 71ebd88 commit 83174b3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.ci/bwcVersions

+2
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,6 @@ BWC_VERSION:
8383
- "2.11.2"
8484
- "2.12.0"
8585
- "2.12.1"
86+
- "2.13.0"
87+
- "2.13.1"
8688

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

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
127127
public static final Version V_2_12_0 = new Version(2120099, org.apache.lucene.util.Version.LUCENE_9_9_2);
128128
public static final Version V_2_12_1 = new Version(2120199, org.apache.lucene.util.Version.LUCENE_9_9_2);
129129
public static final Version V_2_13_0 = new Version(2130099, org.apache.lucene.util.Version.LUCENE_9_10_0);
130+
public static final Version V_2_13_1 = new Version(2130199, org.apache.lucene.util.Version.LUCENE_9_10_0);
130131
public static final Version V_2_14_0 = new Version(2140099, org.apache.lucene.util.Version.LUCENE_9_10_0);
131132
public static final Version CURRENT = V_2_14_0;
132133

0 commit comments

Comments
 (0)