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

[lucene-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/lucene-site.git

commit 9356dfb98948113dc2b964075f473ea3e1552997
Author: Mike Drob <md...@apple.com>
AuthorDate: Tue Jun 21 09:12:38 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 065c31079..f9b32abd9 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -12,7 +12,7 @@ CURRENTYEAR = date.today().year
 
 LUCENE_LATEST_RELEASE = '9.2.0'
 LUCENE_LATEST_RELEASE_DATE = datetime(2022, 5, 23)
-LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.1'
+LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.2'
 
 # This string will be appended to all unversioned css and js resources to prevent caching surprises on edits.
 # The theme's htaccess file also sets a cache-control header with longer lifetime, if the v=XXXX query string is added.