This is an automated email from the ASF dual-hosted git repository. jpountz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit 0af9da809b33068c9a833b289a12e827d0d2324d Author: Adrien Grand <[email protected]> AuthorDate: Tue Nov 16 10:38:56 2021 +0100 Update version variables for release 8.10.1. --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index f12a37c..6d2ddb6 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,8 +10,8 @@ SITESUBTITLE = '' SITEURL = '' CURRENTYEAR = date.today().year -SOLR_LATEST_RELEASE = '8.10.1' -SOLR_LATEST_RELEASE_DATE = datetime(2021, 10, 18) +SOLR_LATEST_RELEASE = '8.11.0' +SOLR_LATEST_RELEASE_DATE = datetime(2021, 11, 16) SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3' SOLR_OPERATOR_LATEST_RELEASE = 'v0.4.0'
