Skip to content

Commit

Permalink
Bump bwc 2.17
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Aug 12, 2024
1 parent bc28d25 commit 0ad9bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ Boolean bwcBundleTest = (project.findProperty('customDistributionDownloadType')
When testing between major versions note that ONLY the latest minor release of the previous version is api compatible.
*/

String bwcVersion = "2.15.0.0"
String bwcVersion = "2.17.0.0"
String bwcVersionShort = bwcVersion.replaceAll(/\.0+$/, "")
String nxtVersionShort = opensearch_version.replaceAll(/\.0+$/, "").replaceAll("-SNAPSHOT", "")

Expand Down

0 comments on commit 0ad9bf2

Please sign in to comment.