Skip to content

Commit 67abde3

Browse files
authored
[7.x] Introduce v6.8.11 (elastic#57600)
1 parent 80faafd commit 67abde3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ BWC_VERSION:
4040
- "6.8.8"
4141
- "6.8.9"
4242
- "6.8.10"
43+
- "6.8.11"
4344
- "7.0.0"
4445
- "7.0.1"
4546
- "7.1.0"

server/src/main/java/org/elasticsearch/Version.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
117117
public static final Version V_6_8_8 = new Version(6080899, org.apache.lucene.util.Version.LUCENE_7_7_2);
118118
public static final Version V_6_8_9 = new Version(6080999, LUCENE_7_7_3);
119119
public static final Version V_6_8_10 = new Version(6081099, LUCENE_7_7_3);
120+
public static final Version V_6_8_11 = new Version(6081199, LUCENE_7_7_3);
120121
public static final Version V_7_0_0 = new Version(7000099, org.apache.lucene.util.Version.LUCENE_8_0_0);
121122
public static final Version V_7_0_1 = new Version(7000199, org.apache.lucene.util.Version.LUCENE_8_0_0);
122123
public static final Version V_7_1_0 = new Version(7010099, org.apache.lucene.util.Version.LUCENE_8_0_0);

0 commit comments

Comments
 (0)