This is an automated email from the ASF dual-hosted git repository. anshum pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit 6883c1f7076605be1d3e60e871bd0675adc697bd Author: Anshum Gupta <[email protected]> AuthorDate: Thu Jan 23 10:41:49 2025 -0800 Update version variables for release 9.8.0 --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 16378069d..d4db237a5 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,8 +10,8 @@ SITESUBTITLE = '' SITEURL = '' CURRENTYEAR = date.today().year -SOLR_LATEST_RELEASE = '9.7.0' -SOLR_LATEST_RELEASE_DATE = datetime(2024, 9, 9) +SOLR_LATEST_RELEASE = '9.8.0' +SOLR_LATEST_RELEASE_DATE = datetime(2025, 1, 23) SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.4' SOLR_OPERATOR_LATEST_RELEASE = 'v0.9.0'
