mirror of https://github.com/apache/lucene.git
Add bugfix version 8.3.1
This commit is contained in:
parent
3ee7a960b8
commit
98c427f48a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue