Skip to content

Commit 8cca029

Browse files
Add next minor version 8.9
1 parent d821178 commit 8cca029

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ public final class Version {
161161
*/
162162
@Deprecated public static final Version LUCENE_8_8_2 = new Version(8, 8, 2);
163163

164+
/**
165+
* Match settings and bugs in Lucene's 8.9.0 release.
166+
*
167+
* @deprecated Use latest
168+
*/
169+
@Deprecated public static final Version LUCENE_8_9_0 = new Version(8, 9, 0);
170+
164171
/**
165172
* Match settings and bugs in Lucene's 9.0.0 release.
166173
*

0 commit comments

Comments
 (0)