mirror of https://github.com/apache/lucene.git
Add bugfix version 9.4.1
This commit is contained in:
parent
70d0ec322b
commit
9ce6268cce
|
@ -59,6 +59,20 @@ public final class Version {
|
||||||
*/
|
*/
|
||||||
@Deprecated public static final Version LUCENE_9_3_0 = new Version(9, 3, 0);
|
@Deprecated public static final Version LUCENE_9_3_0 = new Version(9, 3, 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 9.4.0 release.
|
||||||
|
*
|
||||||
|
* @deprecated Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated public static final Version LUCENE_9_4_0 = new Version(9, 4, 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 9.4.1 release.
|
||||||
|
*
|
||||||
|
* @deprecated Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated public static final Version LUCENE_9_4_1 = new Version(9, 4, 1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 10.0.0 release.
|
* Match settings and bugs in Lucene's 10.0.0 release.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue