mirror of https://github.com/apache/lucene.git
Add version constant for 8.6.2
This commit is contained in:
parent
070237cd97
commit
c077185943
|
@ -123,6 +123,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_8_6_1 = new Version(8, 6, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.6.2 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_8_6_2 = new Version(8, 6, 2);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.0.0 release.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue