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/06/17 17:54:04 UTC

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

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 fe3e1892e28760b288fe200f81f1f34242c71db3
Author: Mayya Sharipova <ma...@elastic.co>
AuthorDate: Thu Jun 17 10:09:23 2021 -0400

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

diff --git a/pelicanconf.py b/pelicanconf.py
index ef3e78d..50e5bb9 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,8 +10,8 @@ SITESUBTITLE = ''
 SITEURL = ''
 CURRENTYEAR = date.today().year
 
-SOLR_LATEST_RELEASE = '8.8.2'
-SOLR_LATEST_RELEASE_DATE = datetime(2021, 4, 12)
+SOLR_LATEST_RELEASE = '8.9.0'
+SOLR_LATEST_RELEASE_DATE = datetime(2021, 6, 17)
 SOLR_PREVIOUS_MAJOR_RELEASE = '7.7.3'
 
 SOLR_OPERATOR_LATEST_RELEASE = 'v0.3.0'