Skip to content

Commit ccd1381

Browse files
Added bwc version 1.3.19 (opensearch-project#14798)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Andriy Redko <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent 6dacc39 commit ccd1381

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
@@ -55,6 +55,7 @@ BWC_VERSION:
5555
- "1.3.16"
5656
- "1.3.17"
5757
- "1.3.18"
58+
- "1.3.19"
5859
- "2.0.0"
5960
- "2.0.1"
6061
- "2.0.2"

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

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
9898
public static final Version V_1_3_16 = new Version(1031699, org.apache.lucene.util.Version.LUCENE_8_10_1);
9999
public static final Version V_1_3_17 = new Version(1031799, org.apache.lucene.util.Version.LUCENE_8_10_1);
100100
public static final Version V_1_3_18 = new Version(1031899, org.apache.lucene.util.Version.LUCENE_8_10_1);
101+
public static final Version V_1_3_19 = new Version(1031999, org.apache.lucene.util.Version.LUCENE_8_10_1);
101102
public static final Version V_2_0_0 = new Version(2000099, org.apache.lucene.util.Version.LUCENE_9_1_0);
102103
public static final Version V_2_0_1 = new Version(2000199, org.apache.lucene.util.Version.LUCENE_9_1_0);
103104
public static final Version V_2_0_2 = new Version(2000299, org.apache.lucene.util.Version.LUCENE_9_1_0);

0 commit comments

Comments
 (0)