Skip to content

Commit 913b933

Browse files
Add bwc version 2.19.2
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 83c01f4 commit 913b933

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
@@ -103,3 +103,4 @@ BWC_VERSION:
103103
- "2.18.1"
104104
- "2.19.0"
105105
- "2.19.1"
106+
- "2.19.2"

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

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
146146
public static final Version V_2_18_1 = new Version(2180199, org.apache.lucene.util.Version.LUCENE_9_12_1);
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);
149+
public static final Version V_2_19_2 = new Version(20190299, org.apache.lucene.util.Version.LUCENE_9_12_1);
149150
public static final Version V_2_20_0 = new Version(2200099, org.apache.lucene.util.Version.LUCENE_9_12_1);
150151
public static final Version CURRENT = V_2_20_0;
151152

0 commit comments

Comments
 (0)