You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ma...@apache.org on 2021/10/18 14:05:40 UTC

[solr-site] 02/02: Update version variables for release 8.10.1

This is an automated email from the ASF dual-hosted git repository.

mayya pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-site.git

commit c21ca01ed8bcfb3975d2aec63c42c65424f593e8
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Mon Oct 18 09:57:21 2021 -0400

    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 85bace3..f12a37c 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '8.10.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2021, 9, 27)
+SOLR_LATEST_RELEASE = '8.10.1'
+SOLR_LATEST_RELEASE_DATE = datetime(2021, 10, 18)
 SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.4.0'