Skip to content

Commit

Permalink
Add next bugfix version 9.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHegarty committed Dec 13, 2024
1 parent 41858fa commit add9c09
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lucene/core/src/java/org/apache/lucene/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ public final class Version {
*/
@Deprecated public static final Version LUCENE_9_12_1 = new Version(9, 12, 1);

/**
* Match settings and bugs in Lucene's 9.12.2 release.
*
* @deprecated Use latest
*/
@Deprecated public static final Version LUCENE_9_12_2 = new Version(9, 12, 2);

/**
* @deprecated (10.1.0) Use latest
*/
Expand Down

0 comments on commit add9c09

Please sign in to comment.