Skip to content

Commit

Permalink
Add version constant for 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Feb 11, 2020
1 parent 667e1a5 commit 8785457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ BWC_VERSION:
- "7.5.0"
- "7.5.1"
- "7.5.2"
- "7.5.3"
- "7.6.0"
- "7.6.1"
2 changes: 1 addition & 1 deletion server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_5_0 = new Version(7050099, org.apache.lucene.util.Version.LUCENE_8_3_0);
public static final Version V_7_5_1 = new Version(7050199, org.apache.lucene.util.Version.LUCENE_8_3_0);
public static final Version V_7_5_2 = new Version(7050299, org.apache.lucene.util.Version.LUCENE_8_3_0);
public static final Version V_7_5_3 = new Version(7050399, org.apache.lucene.util.Version.LUCENE_8_3_0);
public static final Version V_7_6_0 = new Version(7060099, org.apache.lucene.util.Version.LUCENE_8_4_0);
public static final Version V_7_6_1 = new Version(7060199, org.apache.lucene.util.Version.LUCENE_8_4_0);
public static final Version V_7_7_0 = new Version(7070099, org.apache.lucene.util.Version.LUCENE_8_5_0);
public static final Version CURRENT = V_7_7_0;

Expand Down

0 comments on commit 8785457

Please sign in to comment.