Skip to content

Commit f5d14c0

Browse files
authored
Bump version to 2.11.1 (opensearch-project#85)
Signed-off-by: Divya Madala <divyaasm@amazon.com>
1 parent 486ed65 commit f5d14c0

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
@@ -12,7 +12,7 @@
1212
buildscript {
1313
ext {
1414
opensearch_group = "org.opensearch"
15-
opensearch_version = System.getProperty("opensearch.version", "2.11.0-SNAPSHOT")
15+
opensearch_version = System.getProperty("opensearch.version", "2.11.1-SNAPSHOT")
1616
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1717
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1818
}

0 commit comments

Comments
 (0)