mirror of https://github.com/apache/lucene.git
Add next bugfix version 9.12.2
This commit is contained in:
parent
41858faa90
commit
add9c09c84
|
@ -167,6 +167,13 @@ public final class Version {
|
|||
*/
|
||||
@Deprecated public static final Version LUCENE_9_12_1 = new Version(9, 12, 1);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.12.2 release.
|
||||
*
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_9_12_2 = new Version(9, 12, 2);
|
||||
|
||||
/**
|
||||
* @deprecated (10.1.0) Use latest
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue