Add next bugfix version 9.12.2

This commit is contained in:
ChrisHegarty 2024-12-13 13:01:50 +00:00
parent 41858faa90
commit add9c09c84
1 changed files with 7 additions and 0 deletions

View File

@ -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
*/