mirror of https://github.com/apache/lucene.git
Add missing 7.2.1 version
This commit is contained in:
parent
1f68a3375d
commit
0031150fca
|
@ -60,6 +60,14 @@ public final class Version {
|
|||
@Deprecated
|
||||
public static final Version LUCENE_7_2_0 = new Version(7, 2, 0);
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 7.2.1 release.
|
||||
* @deprecated Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
public static final Version LUCENE_7_2_1 = new Version(7, 2, 1);
|
||||
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 7.3.0 release.
|
||||
* @deprecated Use latest
|
||||
|
|
Loading…
Reference in New Issue