mirror of https://github.com/apache/lucene.git
Add version 6.5.1
This commit is contained in:
parent
adabfdd9c2
commit
b2a631079a
|
@ -101,6 +101,13 @@ public final class Version {
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static final Version LUCENE_6_5_0 = new Version(6, 5, 0);
|
public static final Version LUCENE_6_5_0 = new Version(6, 5, 0);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Match settings and bugs in Lucene's 6.5.1 release.
|
||||||
|
* @deprecated Use latest
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
|
public static final Version LUCENE_6_5_1 = new Version(6, 5, 1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Match settings and bugs in Lucene's 6.6.0 release.
|
* Match settings and bugs in Lucene's 6.6.0 release.
|
||||||
* @deprecated Use latest
|
* @deprecated Use latest
|
||||||
|
|
Loading…
Reference in New Issue