Add bugfix version 9.9.1

This commit is contained in:
ChrisHegarty 2023-12-17 09:20:34 +00:00
parent 1f1d0735c8
commit 08728bf202
1 changed files with 8 additions and 1 deletions

View File

@ -112,10 +112,17 @@ public final class Version {
/**
* Match settings and bugs in Lucene's 9.9.0 release.
*
* @deprecated (9.10.0) Use latest
* @deprecated (9.9.1) Use latest
*/
@Deprecated public static final Version LUCENE_9_9_0 = new Version(9, 9, 0);
/**
* Match settings and bugs in Lucene's 9.9.1 release.
*
* @deprecated (9.10.0) Use latest
*/
@Deprecated public static final Version LUCENE_9_9_1 = new Version(9, 9, 1);
/**
* Match settings and bugs in Lucene's 9.10.0 release.
*