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 a643e554163004524a431004ce4e21d90987c4fe Author: Houston Putman <[email protected]> AuthorDate: Fri Mar 24 11:43:42 2023 -0500 Update version variables for release 9.2.0 --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 430c66c62..aafd3d0b0 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,8 +10,8 @@ SITESUBTITLE = '' SITEURL = '' CURRENTYEAR = date.today().year -SOLR_LATEST_RELEASE = '9.1.1' -SOLR_LATEST_RELEASE_DATE = datetime(2023, 1, 25) +SOLR_LATEST_RELEASE = '9.2.0' +SOLR_LATEST_RELEASE_DATE = datetime(2023, 3, 24) SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2' SOLR_OPERATOR_LATEST_RELEASE = 'v0.6.0'
