Skip to content

Commit

Permalink
Remove v7.10.3 after v7.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnascotia committed Feb 10, 2021
1 parent 990ccad commit f722461
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@ BWC_VERSION:
- "7.10.0"
- "7.10.1"
- "7.10.2"
- "7.10.3"
- "7.11.0"
1 change: 0 additions & 1 deletion server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_10_0 = new Version(7100099, org.apache.lucene.util.Version.LUCENE_8_7_0);
public static final Version V_7_10_1 = new Version(7100199, org.apache.lucene.util.Version.LUCENE_8_7_0);
public static final Version V_7_10_2 = new Version(7100299, org.apache.lucene.util.Version.LUCENE_8_7_0);
public static final Version V_7_10_3 = new Version(7100399, org.apache.lucene.util.Version.LUCENE_8_7_0);
public static final Version V_7_11_0 = new Version(7110099, org.apache.lucene.util.Version.LUCENE_8_7_0);
public static final Version V_7_11_1 = new Version(7110199, org.apache.lucene.util.Version.LUCENE_8_7_0);
public static final Version CURRENT = V_7_11_1;
Expand Down

0 comments on commit f722461

Please sign in to comment.