Skip to content

Commit 19185b7

Browse files
github-actions[bot]opensearch-ci-botandrross
authored andcommitted
[AUTO] [main] Add bwc version 2.19.6. (#20274)
* Add bwc version 2.19.6 Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix version Signed-off-by: Andrew Ross <andrross@amazon.com> --------- Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-ci-bot <83309141+opensearch-ci-bot@users.noreply.github.com> Co-authored-by: Andrew Ross <andrross@amazon.com> (cherry picked from commit cfebc67) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d1982d commit 19185b7

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
@@ -48,6 +48,7 @@ BWC_VERSION:
4848
- "2.19.3"
4949
- "2.19.4"
5050
- "2.19.5"
51+
- "2.19.6"
5152
- "3.0.0"
5253
- "3.1.0"
5354
- "3.2.0"

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

Lines changed: 1 addition & 0 deletions
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_19_3 = new Version(2190399, org.apache.lucene.util.Version.LUCENE_9_12_2);
128128
public static final Version V_2_19_4 = new Version(2190499, org.apache.lucene.util.Version.LUCENE_9_12_3);
129129
public static final Version V_2_19_5 = new Version(2190599, org.apache.lucene.util.Version.LUCENE_9_12_3);
130+
public static final Version V_2_19_6 = new Version(2190699, org.apache.lucene.util.Version.LUCENE_9_12_3);
130131
public static final Version V_3_0_0 = new Version(3000099, org.apache.lucene.util.Version.LUCENE_10_1_0);
131132
public static final Version V_3_1_0 = new Version(3010099, org.apache.lucene.util.Version.LUCENE_10_2_1);
132133
public static final Version V_3_2_0 = new Version(3020099, org.apache.lucene.util.Version.LUCENE_10_2_2);

0 commit comments

Comments
 (0)