Skip to content

Commit e7f4354

Browse files
Increment version to 2.12.0-SNAPSHOT
Signed-off-by: opensearch-ci-bot <[email protected]>
1 parent bf94ae1 commit e7f4354

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
@@ -7,7 +7,7 @@ buildscript {
77
apply from: 'build-tools/repositories.gradle'
88

99
ext {
10-
opensearch_version = System.getProperty("opensearch.version", "2.11.0-SNAPSHOT")
10+
opensearch_version = System.getProperty("opensearch.version", "2.12.0-SNAPSHOT")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1313
// 2.7.0-SNAPSHOT -> 2.7.0.0-SNAPSHOT

0 commit comments

Comments
 (0)