mirror of https://github.com/apache/lucene.git
Add missing 9.10.1 in the Version file (#13248)
This commit is contained in:
parent
d6eb126871
commit
6d120c49a4
|
@ -39,3 +39,4 @@
|
|||
9.9.1
|
||||
9.9.2
|
||||
9.10.0
|
||||
9.10.1
|
||||
|
|
|
@ -137,6 +137,13 @@ public final class Version {
|
|||
*/
|
||||
@Deprecated public static final Version LUCENE_9_10_0 = new Version(9, 10, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.10.1 release.
|
||||
*
|
||||
* @deprecated (9.11.0) Use latest
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_9_10_1 = new Version(9, 10, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.11.0 release.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue