This is an automated email from the ASF dual-hosted git repository. ishan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit 3bb798810eb1bf778835162c1d674c3c0df0a3d7 Author: Ishan Chattopadhyaya <[email protected]> AuthorDate: Fri Nov 18 12:06:58 2022 +0530 Update version variables for release 9.1.0 --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index d628e3c2e..a3f646fac 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,8 +10,8 @@ SITESUBTITLE = '' SITEURL = '' CURRENTYEAR = date.today().year -SOLR_LATEST_RELEASE = '9.0.0' -SOLR_LATEST_RELEASE_DATE = datetime(2022, 5, 12) +SOLR_LATEST_RELEASE = '9.1.0' +SOLR_LATEST_RELEASE_DATE = datetime(2022, 11, 18) SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2' SOLR_OPERATOR_LATEST_RELEASE = 'v0.6.0'
