mirror of https://github.com/apache/lucene.git
Add bugfix version 8.6.1
This commit is contained in:
parent
e6a11f8c3a
commit
58a6f956d0
|
@ -116,6 +116,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_8_6_0 = new Version(8, 6, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.6.1 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_8_6_1 = new Version(8, 6, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.0.0 release.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue