Skip to content

Commit d2b513e

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botandrross
authored
[AUTO] Increment version to 2.19.6. (#20864)
* Increment version to 2.19.6 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix versions Signed-off-by: Andrew Ross <andrross@amazon.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Andrew Ross <andrross@amazon.com> Co-authored-by: opensearch-ci-bot <83309141+opensearch-ci-bot@users.noreply.github.com> Co-authored-by: Andrew Ross <andrross@amazon.com>
1 parent ea7527b commit d2b513e

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,4 @@ BWC_VERSION:
106106
- "2.19.2"
107107
- "2.19.3"
108108
- "2.19.4"
109+
- "2.19.5"

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
opensearch = 2.19.5
1+
opensearch = 2.19.6

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
opensearch = "2.19.5"
2+
opensearch = "2.19.6"
33
lucene = "9.12.3"
44

55
bundled_jdk_vendor = "adoptium"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
150150
public static final Version V_2_19_3 = new Version(2190399, org.apache.lucene.util.Version.LUCENE_9_12_2);
151151
public static final Version V_2_19_4 = new Version(2190499, org.apache.lucene.util.Version.LUCENE_9_12_3);
152152
public static final Version V_2_19_5 = new Version(2190599, org.apache.lucene.util.Version.LUCENE_9_12_3);
153-
public static final Version CURRENT = V_2_19_5;
153+
public static final Version V_2_19_6 = new Version(2190699, org.apache.lucene.util.Version.LUCENE_9_12_3);
154+
public static final Version CURRENT = V_2_19_6;
154155

155156
public static Version fromId(int id) {
156157
final Version known = LegacyESVersion.idToVersion.get(id);

0 commit comments

Comments
 (0)