Skip to content

Commit

Permalink
Add the missing Version field for 8.11.3. (#13093)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Feb 11, 2024
1 parent c0e767c commit 695c0ac
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
Expand Up @@ -206,6 +206,13 @@ public final class Version {
*/
@Deprecated public static final Version LUCENE_8_11_2 = new Version(8, 11, 2);

/**
* Match settings and bugs in Lucene's 8.11.3 release.
*
* @deprecated Use latest
*/
@Deprecated public static final Version LUCENE_8_11_3 = new Version(8, 11, 3);

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

0 comments on commit 695c0ac

Please sign in to comment.