Skip to content

Commit 219a60c

Browse files
Add bwc version 2.19.3
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e5ee9a8 commit 219a60c

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
@@ -104,3 +104,4 @@ BWC_VERSION:
104104
- "2.19.0"
105105
- "2.19.1"
106106
- "2.19.2"
107+
- "2.19.3"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
147147
public static final Version V_2_19_0 = new Version(2190099, org.apache.lucene.util.Version.LUCENE_9_12_1);
148148
public static final Version V_2_19_1 = new Version(2190199, org.apache.lucene.util.Version.LUCENE_9_12_1);
149149
public static final Version V_2_19_2 = new Version(2190299, org.apache.lucene.util.Version.LUCENE_9_12_1);
150+
public static final Version V_2_19_3 = new Version(20190399, org.apache.lucene.util.Version.LUCENE_9_12_1);
150151
public static final Version V_2_20_0 = new Version(2200099, org.apache.lucene.util.Version.LUCENE_9_12_1);
151152
public static final Version CURRENT = V_2_20_0;
152153

0 commit comments

Comments
 (0)