Skip to content

Commit d9ac905

Browse files
Increment version to 2.15.1-SNAPSHOT (#931)
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent aa9b6c4 commit d9ac905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
buildscript {
88
ext {
9-
opensearch_version = System.getProperty("opensearch.version", "2.15.0-SNAPSHOT")
9+
opensearch_version = System.getProperty("opensearch.version", "2.15.1-SNAPSHOT")
1010
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
// 2.3.0-SNAPSHOT -> 2.3.0.0-SNAPSHOT

0 commit comments

Comments
 (0)