Add version constant for 8.6.2

This commit is contained in:
iverase 2020-09-01 15:27:20 +02:00
parent 070237cd97
commit c077185943
1 changed files with 7 additions and 0 deletions

View File

@ -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>