Skip to content

Commit

Permalink
Add 9.12.1 index version
Browse files Browse the repository at this point in the history
Remove the 9.13.0, since there will never be a 9.13.0 release.
  • Loading branch information
ChrisHegarty authored Dec 12, 2024
1 parent 559c466 commit 532ef36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lucene/core/src/java/org/apache/lucene/util/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ 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.
* Match settings and bugs in Lucene's 9.12.1 release.
*
* @deprecated Use latest
*/
@Deprecated public static final Version LUCENE_9_13_0 = new Version(9, 13, 0);
@Deprecated public static final Version LUCENE_9_12_1 = new Version(9, 12, 1);

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

0 comments on commit 532ef36

Please sign in to comment.