Add missing 9.10.1 in the Version file (#13248)

This commit is contained in:
Benjamin Trent 2024-03-29 11:52:01 -04:00 committed by GitHub
parent d6eb126871
commit 6d120c49a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -39,3 +39,4 @@
9.9.1
9.9.2
9.10.0
9.10.1

View File

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