mirror of https://github.com/apache/lucene.git
Add missing LUCENE_9_5_0 version
This commit is contained in:
parent
d1fa52e62f
commit
72c8b334a0
|
@ -81,6 +81,13 @@ public final class Version {
|
|||
*/
|
||||
@Deprecated public static final Version LUCENE_9_4_2 = new Version(9, 4, 2);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 9.5.0 release.
|
||||
*
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated public static final Version LUCENE_9_5_0 = new Version(9, 5, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 10.0.0 release.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue