From 77e314ce1fb0fa2818760cee4cd9ec20122bb536 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:50:42 +0800 Subject: [PATCH] Increment version to 2.19.0-SNAPSHOT (#979) Signed-off-by: opensearch-ci-bot Co-authored-by: opensearch-ci-bot --- notifications/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/build.gradle b/notifications/build.gradle index 2bd82a56..0753afc9 100644 --- a/notifications/build.gradle +++ b/notifications/build.gradle @@ -6,7 +6,7 @@ buildscript { ext { - opensearch_version = System.getProperty("opensearch.version", "2.18.0-SNAPSHOT") + opensearch_version = System.getProperty("opensearch.version", "2.19.0-SNAPSHOT") isSnapshot = "true" == System.getProperty("build.snapshot", "true") buildVersionQualifier = System.getProperty("build.version_qualifier", "") // 2.3.0-SNAPSHOT -> 2.3.0.0-SNAPSHOT