Skip to content

Commit 26cec18

Browse files
authored
Move 2.x version to 2.13.0 (opensearch-project#12227) (opensearch-project#12230)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 9a0a69f commit 26cec18

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
@@ -28,3 +28,4 @@ BWC_VERSION:
2828
- "2.11.1"
2929
- "2.11.2"
3030
- "2.12.0"
31+
- "2.13.0"

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

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
9999
public static final Version V_2_11_1 = new Version(2110199, org.apache.lucene.util.Version.LUCENE_9_7_0);
100100
public static final Version V_2_11_2 = new Version(2110299, org.apache.lucene.util.Version.LUCENE_9_7_0);
101101
public static final Version V_2_12_0 = new Version(2120099, org.apache.lucene.util.Version.LUCENE_9_9_2);
102+
public static final Version V_2_13_0 = new Version(2130099, org.apache.lucene.util.Version.LUCENE_9_9_2);
102103
public static final Version V_3_0_0 = new Version(3000099, org.apache.lucene.util.Version.LUCENE_9_9_2);
103104
public static final Version CURRENT = V_3_0_0;
104105

0 commit comments

Comments
 (0)