Add bugfix version 8.10.1

This commit is contained in:
Mayya Sharipova 2021-10-18 17:59:13 -04:00
parent f8d431ae44
commit a93dfe93c9
1 changed files with 7 additions and 0 deletions

View File

@ -175,6 +175,13 @@ public final class Version {
*/
@Deprecated public static final Version LUCENE_8_10_0 = new Version(8, 10, 0);
/**
* Match settings and bugs in Lucene's 8.10.1 release.
*
* @deprecated Use latest
*/
@Deprecated public static final Version LUCENE_8_10_1 = new Version(8, 10, 1);
/**
* Match settings and bugs in Lucene's 8.10.0 release.
*