Skip to content

Commit 1d1530a

Browse files
Increment version to 2.6.0-SNAPSHOT (#671)
Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent 3992d93 commit 1d1530a

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
@@ -9,7 +9,7 @@ buildscript {
99
ext {
1010
opensearch_group = "org.opensearch"
1111
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
12-
opensearch_version = System.getProperty("opensearch.version", "2.5.0-SNAPSHOT")
12+
opensearch_version = System.getProperty("opensearch.version", "2.6.0-SNAPSHOT")
1313
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1414

1515
// 2.0.0-rc1-SNAPSHOT -> 2.0.0.0-rc1-SNAPSHOT

0 commit comments

Comments
 (0)