Skip to content

Commit

Permalink
Bump versions for 7.16.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann committed Dec 7, 2021
1 parent ced9d24 commit abc89b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ BWC_VERSION:
- "7.15.0"
- "7.15.1"
- "7.15.2"
- "7.15.3"
- "7.16.0"
2 changes: 1 addition & 1 deletion build-tools-internal/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elasticsearch = 7.16.0
elasticsearch = 7.16.1
lucene = 8.10.1

bundled_jdk_vendor = adoptium
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 @@ -153,9 +153,9 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_15_0 = new Version(7150099, org.apache.lucene.util.Version.LUCENE_8_9_0);
public static final Version V_7_15_1 = new Version(7150199, org.apache.lucene.util.Version.LUCENE_8_9_0);
public static final Version V_7_15_2 = new Version(7150299, org.apache.lucene.util.Version.LUCENE_8_9_0);
public static final Version V_7_15_3 = new Version(7150399, org.apache.lucene.util.Version.LUCENE_8_9_0);
public static final Version V_7_16_0 = new Version(7160099, org.apache.lucene.util.Version.LUCENE_8_10_1);
public static final Version CURRENT = V_7_16_0;
public static final Version V_7_16_1 = new Version(7160199, org.apache.lucene.util.Version.LUCENE_8_10_1);
public static final Version CURRENT = V_7_16_1;

private static final ImmutableOpenIntMap<Version> idToVersion;
private static final ImmutableOpenMap<String, Version> stringToVersion;
Expand Down

0 comments on commit abc89b1

Please sign in to comment.