Skip to content

Commit 4e68f3c

Browse files
committed
Increment version to 2.11
Signed-off-by: Vamsi Manohar <reddyvam@amazon.com>
1 parent 84843e5 commit 4e68f3c

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
@@ -6,7 +6,7 @@
66

77
buildscript {
88
ext {
9-
opensearch_version = System.getProperty("opensearch.version", "2.10.0-SNAPSHOT")
9+
opensearch_version = System.getProperty("opensearch.version", "2.11.0-SNAPSHOT")
1010
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)