Skip to content

Commit 451bcdc

Browse files
committed
Bump version to 6.8.5
1 parent 68258ac commit 451bcdc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.ci/bwcVersions

+1
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ BWC_VERSION:
7070
- "6.8.1"
7171
- "6.8.2"
7272
- "6.8.3"
73+
- "6.8.4"

buildSrc/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 6.8.4
1+
elasticsearch = 6.8.5
22
lucene = 7.7.2
33

44
# optional dependencies

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,9 @@ public class Version implements Comparable<Version>, ToXContentFragment {
148148
public static final Version V_6_8_2 = new Version(6080299, org.apache.lucene.util.Version.LUCENE_7_7_0);
149149
public static final Version V_6_8_3 = new Version(6080399, org.apache.lucene.util.Version.LUCENE_7_7_0);
150150
public static final Version V_6_8_4 = new Version(6080499, org.apache.lucene.util.Version.LUCENE_7_7_2);
151+
public static final Version V_6_8_5 = new Version(6080599, org.apache.lucene.util.Version.LUCENE_7_7_2);
151152

152-
public static final Version CURRENT = V_6_8_4;
153+
public static final Version CURRENT = V_6_8_5;
153154

154155

155156
private static final ImmutableOpenIntMap<Version> idToVersion;

0 commit comments

Comments
 (0)