Skip to content

Commit 19ce1a1

Browse files
authored
Bumping version to 2.11.1.0 (#1570)
* release note for 2.11.1.0 Signed-off-by: Dhrubo Saha <[email protected]> * only the version bump Signed-off-by: Dhrubo Saha <[email protected]> --------- Signed-off-by: Dhrubo Saha <[email protected]>
1 parent 1a31c5f commit 19ce1a1

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.11.0-SNAPSHOT")
12+
opensearch_version = System.getProperty("opensearch.version", "2.11.1-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)