mirror of https://github.com/apache/lucene.git
Fix bwc tests by adding next minor version - even though there will never be a 9.13.0
This commit is contained in:
parent
7eea8fbd0d
commit
22ac47c07a
|
@ -160,6 +160,13 @@ public final class Version {
|
|||
*/
|
||||
@Deprecated public static final Version LUCENE_9_12_0 = new Version(9, 12, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.13.0 release.
|
||||
*
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_9_13_0 = new Version(9, 13, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 10.0.0 release.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue