Skip to content

Commit

Permalink
Bump version after 6.8.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Jul 7, 2021
1 parent 1a3e46c commit 1d98c26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ BWC_VERSION:
- "6.8.14"
- "6.8.15"
- "6.8.16"
- "6.8.17"
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.17
elasticsearch = 6.8.18
lucene = 7.7.3

# optional dependencies
Expand Down
4 changes: 2 additions & 2 deletions server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_6_8_15 = new Version(6081599, org.apache.lucene.util.Version.LUCENE_7_7_3);
public static final Version V_6_8_16 = new Version(6081699, org.apache.lucene.util.Version.LUCENE_7_7_3);
public static final Version V_6_8_17 = new Version(6081799, org.apache.lucene.util.Version.LUCENE_7_7_3);
public static final Version V_6_8_18 = new Version(6081899, org.apache.lucene.util.Version.LUCENE_7_7_3);

public static final Version CURRENT = V_6_8_17;

public static final Version CURRENT = V_6_8_18;

private static final ImmutableOpenIntMap<Version> idToVersion;

Expand Down

0 comments on commit 1d98c26

Please sign in to comment.