diff --git a/.github/workflows/plugin_install.yml b/.github/workflows/plugin_install.yml index e6aa611947..c281a7fbc4 100644 --- a/.github/workflows/plugin_install.yml +++ b/.github/workflows/plugin_install.yml @@ -3,7 +3,7 @@ name: Plugin Install on: [push, pull_request, workflow_dispatch] env: - OPENSEARCH_VERSION: 2.9.0 + OPENSEARCH_VERSION: 2.10.0 PLUGIN_NAME: opensearch-security jobs: diff --git a/build.gradle b/build.gradle index 1096f95935..1817f3c0d7 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ import groovy.json.JsonBuilder buildscript { ext { - opensearch_version = System.getProperty("opensearch.version", "2.9.0-SNAPSHOT") + opensearch_version = System.getProperty("opensearch.version", "2.10.0-SNAPSHOT") isSnapshot = "true" == System.getProperty("build.snapshot", "true") buildVersionQualifier = System.getProperty("build.version_qualifier", "")