From ee311769703a8244fe762a48af44bf7a684858bf Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:49:29 +0000 Subject: [PATCH] [AUTO] Increment version to 1.3.18-SNAPSHOT (#4415) Signed-off-by: opensearch-ci-bot Co-authored-by: opensearch-ci-bot --- .github/workflows/plugin_install.yml | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'