Add next minor version 8.9

This commit is contained in:
Mayya Sharipova 2021-06-21 14:14:03 -04:00
parent d821178bc0
commit 8cca0290ff
1 changed files with 7 additions and 0 deletions

View File

@ -161,6 +161,13 @@ public final class Version {
*/
@Deprecated public static final Version LUCENE_8_8_2 = new Version(8, 8, 2);
/**
* Match settings and bugs in Lucene's 8.9.0 release.
*
* @deprecated Use latest
*/
@Deprecated public static final Version LUCENE_8_9_0 = new Version(8, 9, 0);
/**
* Match settings and bugs in Lucene's 9.0.0 release.
*