Skip to content

Commit

Permalink
Bump 2.x branch to 2.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Froh <[email protected]>
  • Loading branch information
msfroh committed Nov 14, 2023
1 parent 842a39e commit f864d32
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.11.1")
opensearch_version = System.getProperty("opensearch.version", "2.12.0")
plugin_version = opensearch_version
if (isSnapshot) {
opensearch_version += "-SNAPSHOT"
Expand Down

0 comments on commit f864d32

Please sign in to comment.