You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ds...@apache.org on 2024/01/18 19:52:15 UTC

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

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

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

commit 2a7af01652eaa0513b52b168060d1248a5aa71ad
Author: David Smiley <ds...@apache.org>
AuthorDate: Thu Jan 18 14:35:44 2024 -0500

    Update version variables for release 9.4.1
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index b1fc2749f..b14400eed 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '9.4.0'
-SOLR_LATEST_RELEASE_DATE = datetime(2023, 10, 14)
+SOLR_LATEST_RELEASE = '9.4.1'
+SOLR_LATEST_RELEASE_DATE = datetime(2024, 1, 18)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.8.0'