Skip to content

Commit 4535a2e

Browse files
committed
Add bugfix version constant from 10.2.2
1 parent 9c0cf3d commit 4535a2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lucene/core/src/java/org/apache/lucene/util/Version.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ public final class Version {
194194
*/
195195
@Deprecated public static final Version LUCENE_10_2_1 = new Version(10, 2, 1);
196196

197+
/**
198+
* @deprecated Use latest
199+
*/
200+
@Deprecated public static final Version LUCENE_10_2_2 = new Version(10, 2, 2);
201+
197202
/**
198203
* Match settings and bugs in Lucene's 10.3.0 release.
199204
*

0 commit comments

Comments
 (0)