Skip to content

Commit b436b8d

Browse files
Add bwc version 2.19.1 (#17332)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Andriy Redko <drreta@gmail.com> Co-authored-by: opensearch-ci-bot <83309141+opensearch-ci-bot@users.noreply.github.com>
1 parent 63eb4ed commit b436b8d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.ci/bwcVersions

+3-1
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,6 @@ BWC_VERSION:
100100
- "2.17.1"
101101
- "2.17.2"
102102
- "2.18.0"
103-
- "2.18.1"
103+
- "2.18.1"
104+
- "2.19.0"
105+
- "2.19.1"

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

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
145145
public static final Version V_2_18_0 = new Version(2180099, org.apache.lucene.util.Version.LUCENE_9_12_0);
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);
148+
public static final Version V_2_19_1 = new Version(2190199, org.apache.lucene.util.Version.LUCENE_9_12_1);
148149
public static final Version V_2_20_0 = new Version(2200099, org.apache.lucene.util.Version.LUCENE_9_12_1);
149150
public static final Version CURRENT = V_2_20_0;
150151

0 commit comments

Comments
 (0)