Add bugfix version 8.6.1

This commit is contained in:
Houston Putman 2020-08-14 16:35:46 -04:00
parent e6a11f8c3a
commit 58a6f956d0
1 changed files with 7 additions and 0 deletions

View File

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