From bda78815bca0f07172fcc7d4ac76c56eb00bf2c1 Mon Sep 17 00:00:00 2001 From: Marc Handalian Date: Tue, 10 Sep 2024 14:37:01 -0700 Subject: [PATCH] bump bwc version on main to 2.18.0.0 (#622) Signed-off-by: Marc Handalian --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 29b8eaa2..f00dfafd 100644 --- a/build.gradle +++ b/build.gradle @@ -264,10 +264,10 @@ Boolean bwcBundleTest = (project.findProperty('customDistributionDownloadType') project.properties['customDistributionDownloadType'] == "bundle"); /* -When testing between major versions note that ONLY the latest minor release of the previous version is api compatible. +When testing between major versions note that ONLY the latest minor release of the previous version is api compatible. */ -String bwcVersion = "2.17.0.0" +String bwcVersion = "2.18.0.0" String bwcVersionShort = bwcVersion.replaceAll(/\.0+$/, "") String nxtVersionShort = opensearch_version.replaceAll(/\.0+$/, "").replaceAll("-SNAPSHOT", "")