You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2021/12/16 09:38:05 UTC

[lucene-site] 01/02: Update version variables for release 8.11.1

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

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

commit a34044ebd7a93c137e93f85a9a37583b791efdb0
Author: Jan Høydahl <ja...@cominvent.com>
AuthorDate: Thu Dec 16 10:20:39 2021 +0100

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

diff --git a/pelicanconf.py b/pelicanconf.py
index d5f78d3..3b64168 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -12,7 +12,7 @@ CURRENTYEAR = date.today().year
 
 LUCENE_LATEST_RELEASE = '9.0.0'
 LUCENE_LATEST_RELEASE_DATE = datetime(2021, 12, 7)
-LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.0'
+LUCENE_PREVIOUS_MAJOR_RELEASE = '8.11.1'
 
 # 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.