From 6941c10a4ab887d6bab1330c0d4444cea09b9eb0 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:53:54 +0000 Subject: [PATCH] [AUTO] Increment version to 1.3.19-SNAPSHOT (#4577) 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 66aaf39b68..f3e3fb0c52 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.18 + OPENSEARCH_VERSION: 1.3.19 PLUGIN_NAME: opensearch-security jobs: diff --git a/build.gradle b/build.gradle index 3b5bdbcd8a..1499c7a168 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.18-SNAPSHOT") + opensearch_version = System.getProperty("opensearch.version", "1.3.19-SNAPSHOT") buildVersionQualifier = System.getProperty("build.version_qualifier", "") version_tokens = opensearch_version.tokenize('-') opensearch_build = version_tokens[0] + '.0'