Skip to content

Commit

Permalink
Added bwc version 2.5.1 (#5993)
Browse files Browse the repository at this point in the history
Co-authored-by: opensearch-ci-bot <opensearch-ci-bot@users.noreply.github.com>
  • Loading branch information
1 parent ac18db7 commit 97c5978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ BWC_VERSION:
- "2.4.1"
- "2.4.2"
- "2.5.0"
- "2.5.1"
- "2.6.0"
1 change: 1 addition & 0 deletions server/src/main/java/org/opensearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_2_4_0 = new Version(2040099, org.apache.lucene.util.Version.LUCENE_9_4_1);
public static final Version V_2_4_1 = new Version(2040199, org.apache.lucene.util.Version.LUCENE_9_4_2);
public static final Version V_2_5_0 = new Version(2050099, org.apache.lucene.util.Version.LUCENE_9_4_2);
public static final Version V_2_5_1 = new Version(2050199, org.apache.lucene.util.Version.LUCENE_9_4_2);

// UNRELEASED
public static final Version V_2_4_2 = new Version(2040299, org.apache.lucene.util.Version.LUCENE_9_4_2);
Expand Down

0 comments on commit 97c5978

Please sign in to comment.