mirror of https://github.com/apache/lucene.git
Add bugfix version 8.10.1
This commit is contained in:
parent
f8d431ae44
commit
a93dfe93c9
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue