Skip to content

Commit 205357f

Browse files
[AUTO] Increment version to 2.12.1-SNAPSHOT (#534)
Increment version to 2.12.1-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent 987b96f commit 205357f

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

77
buildscript {
88
ext {
9-
opensearch_version = System.getProperty("opensearch.version", "2.12.0-SNAPSHOT")
9+
opensearch_version = System.getProperty("opensearch.version", "2.12.1-SNAPSHOT")
1010
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1111
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1212
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)