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 8cc8a59439de361b88d2fa38b79b1d5935d5dc0e Author: Jason Gerlowski <[email protected]> AuthorDate: Thu Nov 14 13:36:36 2024 +0000 Increment Apple Solr Version to 9.7.0.5-apple --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c3ca3e80cc2..f579a3002b6 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ apply from: file('gradle/globals.gradle') // Calculate project version: version = { - String appleSolrVersionSuffix = '4' + String appleSolrVersionSuffix = '5' // Release manager: update base version here after release: String baseVersion = '9.7.0' baseVersion = baseVersion + '.' + appleSolrVersionSuffix + '-apple'
