This is an automated email from the ASF dual-hosted git repository. mdrob pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/solr-site.git
commit dae65da8d64738771e76d57341ffb55d9eebdc3c Author: Mike Drob <[email protected]> AuthorDate: Mon Apr 12 11:57:28 2021 -0500 Update version variables for release 8.8.2 --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index c0cb44c..8514d60 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,8 +10,8 @@ SITESUBTITLE = '' SITEURL = '' CURRENTYEAR = date.today().year -SOLR_LATEST_RELEASE = '8.8.1' -SOLR_LATEST_RELEASE_DATE = datetime(2021, 2, 22) +SOLR_LATEST_RELEASE = '8.8.2' +SOLR_LATEST_RELEASE_DATE = datetime(2021, 4, 12) SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3' # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.
