Skip to content

Commit

Permalink
Remove reference to 7.9.4 relase which won't happen
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Nov 16, 2020
1 parent 5a6239e commit afd12fd
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 @@ -70,5 +70,4 @@ BWC_VERSION:
- "7.9.1"
- "7.9.2"
- "7.9.3"
- "7.9.4"
- "7.10.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 @@ -148,7 +148,6 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_9_1 = new Version(7090199, org.apache.lucene.util.Version.LUCENE_8_6_2);
public static final Version V_7_9_2 = new Version(7090299, org.apache.lucene.util.Version.LUCENE_8_6_2);
public static final Version V_7_9_3 = new Version(7090399, org.apache.lucene.util.Version.LUCENE_8_6_2);
public static final Version V_7_9_4 = new Version(7090499, org.apache.lucene.util.Version.LUCENE_8_6_2);
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 CURRENT = V_7_10_1;
Expand Down

0 comments on commit afd12fd

Please sign in to comment.