You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by md...@apache.org on 2022/06/21 21:17:30 UTC

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

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 4899acc040366f7d54ef70b412632374e1da537e
Author: Mike Drob <md...@apple.com>
AuthorDate: Tue Jun 21 09:13:02 2022 -0700

    Update version variables for release 8.11.2
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index d2e9f577f..dfe49a1e9 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -12,7 +12,7 @@ CURRENTYEAR = date.today().year
 
 SOLR_LATEST_RELEASE = '9.0.0'
 SOLR_LATEST_RELEASE_DATE = datetime(2022, 5, 12)
-SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.1'
+SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.5.1'
 SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2022, 3, 21)