Skip to content

Commit

Permalink
Bump version to 6.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcallahan committed Oct 23, 2019
1 parent 68258ac commit 451bcdc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@ BWC_VERSION:
- "6.8.1"
- "6.8.2"
- "6.8.3"
- "6.8.4"
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elasticsearch = 6.8.4
elasticsearch = 6.8.5
lucene = 7.7.2

# optional dependencies
Expand Down
3 changes: 2 additions & 1 deletion server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,9 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_6_8_2 = new Version(6080299, org.apache.lucene.util.Version.LUCENE_7_7_0);
public static final Version V_6_8_3 = new Version(6080399, org.apache.lucene.util.Version.LUCENE_7_7_0);
public static final Version V_6_8_4 = new Version(6080499, org.apache.lucene.util.Version.LUCENE_7_7_2);
public static final Version V_6_8_5 = new Version(6080599, org.apache.lucene.util.Version.LUCENE_7_7_2);

public static final Version CURRENT = V_6_8_4;
public static final Version CURRENT = V_6_8_5;


private static final ImmutableOpenIntMap<Version> idToVersion;
Expand Down

0 comments on commit 451bcdc

Please sign in to comment.