Skip to content

Commit 8e4db13

Browse files
Increment version to 2.16.1-SNAPSHOT
Signed-off-by: opensearch-ci-bot <[email protected]>
1 parent e28e18a commit 8e4db13

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.16.1-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)