Skip to content

Commit f032867

Browse files
[AUTO] Increment version to 2.17.0-SNAPSHOT (#819)
Increment version to 2.17.0-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent 38838ce commit f032867

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

88
buildscript {
99
ext {
10-
opensearch_version = System.getProperty("opensearch.version", "2.16.0-SNAPSHOT")
10+
opensearch_version = System.getProperty("opensearch.version", "2.17.0-SNAPSHOT")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1313
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)