Skip to content

Commit

Permalink
Bump BWC version to 2.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Max Ksyunz <[email protected]>
  • Loading branch information
MaxKsyunz committed Jul 25, 2023
1 parent e77d748 commit d38d425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ tasks.withType(licenseHeaders.class) {
additionalLicense 'AL ', 'Apache', 'Licensed under the Apache License, Version 2.0 (the "License")'
}

String bwcVersion = "2.4.0.0"
String bwcVersion = "2.9.0.0"
String bwcShortVersion = bwcVersion[0..4]
String baseName = "mlCommonsBwcCluster"
String bwcMlPlugin = "opensearch-ml-" + bwcVersion + ".zip"
Expand Down

0 comments on commit d38d425

Please sign in to comment.