Add bugfix version 8.3.1

This commit is contained in:
Ishan Chattopadhyaya 2019-12-04 10:07:08 +05:30
parent 3ee7a960b8
commit 98c427f48a
1 changed files with 7 additions and 0 deletions

View File

@ -67,6 +67,13 @@ public final class Version {
@Deprecated
public static final Version LUCENE_8_3_0 = new Version(8, 3, 0);
/**
* Match settings and bugs in Lucene's 8.3.1 release.
* @deprecated Use latest
*/
@Deprecated
public static final Version LUCENE_8_3_1 = new Version(8, 3, 1);
/**
* Match settings and bugs in Lucene's 8.4.0 release.
* @deprecated Use latest