Skip to content

Commit e681c58

Browse files
Increment version to 2.19.3-SNAPSHOT (#3830)
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent a7815c6 commit e681c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT")
14+
opensearch_version = System.getProperty("opensearch.version", "2.19.3-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)