Skip to content

Commit

Permalink
Bump versions for 6.8.22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Dec 20, 2021
1 parent 5a6ed79 commit 73c57f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,4 @@ BWC_VERSION:
- "6.8.19"
- "6.8.20"
- "6.8.21"
- "6.8.22"
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.22
elasticsearch = 6.8.23
lucene = 7.7.3

# optional dependencies
Expand Down
5 changes: 3 additions & 2 deletions server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_6_8_20 = new Version(6082099, org.apache.lucene.util.Version.LUCENE_7_7_3);
public static final Version V_6_8_21 = new Version(6082199, org.apache.lucene.util.Version.LUCENE_7_7_3);
public static final Version V_6_8_22 = new Version(6082299, org.apache.lucene.util.Version.LUCENE_7_7_3);

public static final Version CURRENT = V_6_8_22;
public static final Version V_6_8_23 = new Version(6082399, org.apache.lucene.util.Version.LUCENE_7_7_3);

public static final Version CURRENT = V_6_8_23;

private static final ImmutableOpenIntMap<Version> idToVersion;

Expand Down

0 comments on commit 73c57f8

Please sign in to comment.