Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bbc596b

Browse files
committedMar 18, 2025·
Increment version to 2.19.2-SNAPSHOT
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent 8783f3c commit bbc596b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
ext {
1212
opensearch_group = "org.opensearch"
1313
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
14-
opensearch_version = System.getProperty("opensearch.version", "2.19.1-SNAPSHOT")
14+
opensearch_version = System.getProperty("opensearch.version", "2.19.2-SNAPSHOT")
1515
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1616

1717
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT

0 commit comments

Comments
 (0)
Please sign in to comment.