From 62833458aacf7927ba93ee31cdf9eb1dc9a67f29 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 12:18:10 -0400 Subject: [PATCH] Increment version to 1.3.12-SNAPSHOT (#2923) 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 756e79d585..ea60294025 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.11 + OPENSEARCH_VERSION: 1.3.12 PLUGIN_NAME: opensearch-security jobs: diff --git a/build.gradle b/build.gradle index b224029ce6..8445f01cf6 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.11-SNAPSHOT") + opensearch_version = System.getProperty("opensearch.version", "1.3.12-SNAPSHOT") buildVersionQualifier = System.getProperty("build.version_qualifier", "") version_tokens = opensearch_version.tokenize('-') opensearch_build = version_tokens[0] + '.0'