This is an automated email from the ASF dual-hosted git repository. gerlowskija pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit c2c07652365c28fc37bfd9032d0b4d620259b632 Author: Jason Gerlowski <[email protected]> AuthorDate: Mon Feb 12 13:28:52 2024 -0500 Update version variables for release 9.5.0 --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 4747fc4c9..4bb2cad7d 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,8 +10,8 @@ SITESUBTITLE = '' SITEURL = '' CURRENTYEAR = date.today().year -SOLR_LATEST_RELEASE = '9.4.1' -SOLR_LATEST_RELEASE_DATE = datetime(2024, 1, 18) +SOLR_LATEST_RELEASE = '9.5.0' +SOLR_LATEST_RELEASE_DATE = datetime(2024, 2, 12) SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.3' SOLR_OPERATOR_LATEST_RELEASE = 'v0.8.0'
