Skip to content

Commit ce468f7

Browse files
[AUTO] Increment version to 2.19.1-SNAPSHOT (#1064)
Increment version to 2.19.1-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent 33003ea commit ce468f7

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
@@ -8,7 +8,7 @@ import java.nio.file.Paths
88

99
buildscript {
1010
ext {
11-
opensearch_version = System.getProperty("opensearch.version", "2.19.0-SNAPSHOT")
11+
opensearch_version = System.getProperty("opensearch.version", "2.19.1-SNAPSHOT")
1212
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1313
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1414
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)