Skip to content

Commit 1d98c26

Browse files
committed
Bump version after 6.8.17 release
1 parent 1a3e46c commit 1d98c26

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,4 @@ BWC_VERSION:
8383
- "6.8.14"
8484
- "6.8.15"
8585
- "6.8.16"
86+
- "6.8.17"

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 6.8.17
1+
elasticsearch = 6.8.18
22
lucene = 7.7.3
33

44
# optional dependencies

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ public class Version implements Comparable<Version>, ToXContentFragment {
161161
public static final Version V_6_8_15 = new Version(6081599, org.apache.lucene.util.Version.LUCENE_7_7_3);
162162
public static final Version V_6_8_16 = new Version(6081699, org.apache.lucene.util.Version.LUCENE_7_7_3);
163163
public static final Version V_6_8_17 = new Version(6081799, org.apache.lucene.util.Version.LUCENE_7_7_3);
164+
public static final Version V_6_8_18 = new Version(6081899, org.apache.lucene.util.Version.LUCENE_7_7_3);
164165

165-
public static final Version CURRENT = V_6_8_17;
166-
166+
public static final Version CURRENT = V_6_8_18;
167167

168168
private static final ImmutableOpenIntMap<Version> idToVersion;
169169

0 commit comments

Comments
 (0)