Version bump for 7.9.0 release

This commit is contained in:
Rory Hunter 2020-08-18 15:13:35 +01:00
parent cbf60f6c5e
commit bd7236cd65
2 changed files with 2 additions and 2 deletions

View File

@ -65,5 +65,5 @@ BWC_VERSION:
- "7.7.1"
- "7.8.0"
- "7.8.1"
- "7.8.2"
- "7.9.0"
- "7.9.1"

View File

@ -142,8 +142,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_7_1 = new Version(7070199, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version V_7_8_0 = new Version(7080099, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version V_7_8_1 = new Version(7080199, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version V_7_8_2 = new Version(7080299, org.apache.lucene.util.Version.LUCENE_8_5_1);
public static final Version V_7_9_0 = new Version(7090099, org.apache.lucene.util.Version.LUCENE_8_6_0);
public static final Version V_7_9_1 = new Version(7090199, org.apache.lucene.util.Version.LUCENE_8_6_0);
public static final Version V_7_10_0 = new Version(7100099, org.apache.lucene.util.Version.LUCENE_8_6_0);
public static final Version CURRENT = V_7_10_0;