mirror of https://github.com/apache/lucene.git
Add next minor version 8.3.0
This commit is contained in:
parent
1c0f4b54fd
commit
16ec64f7b2
|
@ -60,6 +60,13 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_8_2_0 = new Version(8, 2, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 8.3.0 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_8_3_0 = new Version(8, 3, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.0.0 release.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue