mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 12:05:36 +00:00
Add bugfix version 8.3.1
This commit is contained in:
parent
57cce89397
commit
fcf4d400c6
@ -166,6 +166,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.
|
||||
* <p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user