Skip to content

Commit

Permalink
Upgrade 2.x branch to 2.11.1 (#209)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
msfroh committed Nov 14, 2023
1 parent 5e330a5 commit 842a39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
opensearch_version = System.getProperty("opensearch.version", "2.10.0")
opensearch_version = System.getProperty("opensearch.version", "2.11.1")
plugin_version = opensearch_version
if (isSnapshot) {
opensearch_version += "-SNAPSHOT"
Expand Down

0 comments on commit 842a39e

Please sign in to comment.