[7.10] Bump version after 7.9.3 release (#63818)

This commit is contained in:
Marios Trivyzas 2020-10-22 17:49:21 +02:00 committed by GitHub
parent bab426be2c
commit 9b8ea63cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -70,3 +70,4 @@ BWC_VERSION:
- "7.9.1"
- "7.9.2"
- "7.9.3"
- "7.9.4"

View File

@ -148,6 +148,7 @@ 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 CURRENT = V_7_10_0;