This is an automated email from the ASF dual-hosted git repository. houston pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit 90416e497dd71f6be68dca7c4498cd80838b6f85 Author: Houston Putman <hous...@apache.org> AuthorDate: Thu Jul 24 12:14:37 2025 -0700 Update version variables for release 9.9.0 --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 90486aef5..8f1f518f7 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,8 +10,8 @@ SITESUBTITLE = '' SITEURL = '' CURRENTYEAR = date.today().year -SOLR_LATEST_RELEASE = '9.8.1' -SOLR_LATEST_RELEASE_DATE = datetime(2025, 3, 11) +SOLR_LATEST_RELEASE = '9.9.0' +SOLR_LATEST_RELEASE_DATE = datetime(2025, 7, 24) SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.4' SOLR_OPERATOR_LATEST_RELEASE = 'v0.9.1'