This is an automated email from the ASF dual-hosted git repository. magibney pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit da795d16c7be4bc50a07929a2eb012643bb6345c Author: Michael Gibney <[email protected]> AuthorDate: Wed Jan 25 00:19:03 2023 -0500 Update version variables for release 9.1.1 --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index a3f646fac..2861067be 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,8 +10,8 @@ SITESUBTITLE = '' SITEURL = '' CURRENTYEAR = date.today().year -SOLR_LATEST_RELEASE = '9.1.0' -SOLR_LATEST_RELEASE_DATE = datetime(2022, 11, 18) +SOLR_LATEST_RELEASE = '9.1.1' +SOLR_LATEST_RELEASE_DATE = datetime(2023, 01, 25) SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2' SOLR_OPERATOR_LATEST_RELEASE = 'v0.6.0'
