This is an automated email from the ASF dual-hosted git repository. houston pushed a commit to branch add-pki-caching in repository https://gitbox.apache.org/repos/asf/solr.git
commit 3a6a239c698e413fcd18565d2c1ece121b5c4612 Author: Jason Gerlowski <[email protected]> AuthorDate: Thu Oct 17 18:56:21 2024 +0000 Increment Apple Solr Version to 9.7.0.4-apple --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 845a7110ffb..c3ca3e80cc2 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ apply from: file('gradle/globals.gradle') // Calculate project version: version = { - String appleSolrVersionSuffix = '3' + String appleSolrVersionSuffix = '4' // Release manager: update base version here after release: String baseVersion = '9.7.0' baseVersion = baseVersion + '.' + appleSolrVersionSuffix + '-apple'
