diff --git a/.github/workflows/plugin_install.yml b/.github/workflows/plugin_install.yml index b6b43c43e2..66aaf39b68 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: 1.3.17 + OPENSEARCH_VERSION: 1.3.18 PLUGIN_NAME: opensearch-security jobs: diff --git a/build.gradle b/build.gradle index 3e5b470bc4..8ec59240d7 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ repositories { ext { isSnapshot = "true" == System.getProperty("build.snapshot", "true") - opensearch_version = System.getProperty("opensearch.version", "1.3.17-SNAPSHOT") + opensearch_version = System.getProperty("opensearch.version", "1.3.18-SNAPSHOT") buildVersionQualifier = System.getProperty("build.version_qualifier", "") version_tokens = opensearch_version.tokenize('-') opensearch_build = version_tokens[0] + '.0'