You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2024/02/08 23:40:03 UTC

(solr-site) 01/02: Update version variables for release 8.11.3

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

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

commit 89d46288b822170c593f23e01429ec54d2c78489
Author: Houston Putman <ho...@apache.org>
AuthorDate: Thu Feb 8 17:29:24 2024 -0600

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

diff --git a/pelicanconf.py b/pelicanconf.py
index b14400eed..4747fc4c9 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -12,7 +12,7 @@ CURRENTYEAR = date.today().year
 
 SOLR_LATEST_RELEASE = '9.4.1'
 SOLR_LATEST_RELEASE_DATE = datetime(2024, 1, 18)
-SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
+SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.3'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.8.0'
 SOLR_OPERATOR_LATEST_RELEASE_DATE = datetime(2023, 10, 20)