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 68a33d4ef9a99a535eba59672b9a0616b5cba179 Author: Jason Gerlowski <[email protected]> AuthorDate: Thu Sep 26 03:44:38 2024 +0000 Increment Apple Solr Version to 9.7.0.3-apple --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e4b86d9f05e..845a7110ffb 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ apply from: file('gradle/globals.gradle') // Calculate project version: version = { - String appleSolrVersionSuffix = '2' + String appleSolrVersionSuffix = '3' // Release manager: update base version here after release: String baseVersion = '9.7.0' baseVersion = baseVersion + '.' + appleSolrVersionSuffix + '-apple'
