You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2021/02/23 15:14:03 UTC

[lucene-site] 01/04: Update version variables for release 8.8.1

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

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

commit bff42ea082c6a25bd7d56cc8c54b2fffcee56811
Author: Timothy Potter <th...@gmail.com>
AuthorDate: Mon Feb 22 10:22:32 2021 -0700

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

diff --git a/pelicanconf.py b/pelicanconf.py
index 63691f5..ba35cb1 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -12,7 +12,7 @@ CURRENTYEAR = date.today().year
 
 LUCENE_LATEST_RELEASE = '8.8.0'
 LUCENE_LATEST_RELEASE_DATE = datetime(2021, 1, 29)
-LUCENE_PREVIOUS_MAJOR_RELEASE = '7.7.3'
+LUCENE_PREVIOUS_MAJOR_RELEASE = '8.8.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.