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 1824f67ab67f1616f82ba71bda6af21d352c5cdb Author: Jason Gerlowski <[email protected]> AuthorDate: Wed Sep 11 13:22:14 2024 +0000 Increment Apple Solr Version to 9.7.0.2-apple --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7e7433bbfd7..e4b86d9f05e 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ apply from: file('gradle/globals.gradle') // Calculate project version: version = { - String appleSolrVersionSuffix = '1' + String appleSolrVersionSuffix = '2' // Release manager: update base version here after release: String baseVersion = '9.7.0' baseVersion = baseVersion + '.' + appleSolrVersionSuffix + '-apple'
