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 2023/07/21 17:46:47 UTC

[solr-site] 01/03: Update version variables for release 9.3.0

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 8b8bb7f547a704af6aa95c3f3d06a6f956b72ca4
Author: Houston Putman <ho...@apache.org>
AuthorDate: Fri Jul 21 13:27:25 2023 -0400

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 731fb42c9..b51a0e27c 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '9.2.1'
-SOLR_LATEST_RELEASE_DATE = datetime(2023, 5, 1)
+SOLR_LATEST_RELEASE = '9.3.0'
+SOLR_LATEST_RELEASE_DATE = datetime(2023, 7, 21)
 SOLR_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.7.1'