Skip to content

Commit

Permalink
Fix bwc tests by adding next minor version - even though there will n…
Browse files Browse the repository at this point in the history
…ever be a 9.13.0
  • Loading branch information
ChrisHegarty committed Sep 29, 2024
1 parent 7eea8fb commit 22ac47c
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 @@ -160,6 +160,13 @@ public final class Version {
*/
@Deprecated public static final Version LUCENE_9_12_0 = new Version(9, 12, 0);

/**
* Match settings and bugs in Lucene's 9.13.0 release.
*
* @deprecated Use latest
*/
@Deprecated public static final Version LUCENE_9_13_0 = new Version(9, 13, 0);

/**
* Match settings and bugs in Lucene's 10.0.0 release.
*
Expand Down

0 comments on commit 22ac47c

Please sign in to comment.