Skip to content

Commit 842a39e

Browse files
authored
Upgrade 2.x branch to 2.11.1 (#209)
I'm going to cut a 2.11 branch from this commit on 2.x. After I cut the 2.11 branch, I'm going to upgrade 2.x to 2.12.0. Signed-off-by: Michael Froh <froh@amazon.com>
1 parent 5e330a5 commit 842a39e

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
@@ -1,6 +1,6 @@
11
ext {
22
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
3-
opensearch_version = System.getProperty("opensearch.version", "2.10.0")
3+
opensearch_version = System.getProperty("opensearch.version", "2.11.1")
44
plugin_version = opensearch_version
55
if (isSnapshot) {
66
opensearch_version += "-SNAPSHOT"

0 commit comments

Comments
 (0)