Skip to content

Commit

Permalink
Bump version to v7.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Oct 31, 2019
1 parent 888547c commit d5eb460
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
elasticsearch = 7.4.2
elasticsearch = 7.4.3
lucene = 8.2.0

bundled_jdk_vendor = adoptopenjdk
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 @@ -122,7 +122,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_4_0 = new Version(7040099, org.apache.lucene.util.Version.LUCENE_8_2_0);
public static final Version V_7_4_1 = new Version(7040199, org.apache.lucene.util.Version.LUCENE_8_2_0);
public static final Version V_7_4_2 = new Version(7040299, org.apache.lucene.util.Version.LUCENE_8_2_0);
public static final Version CURRENT = V_7_4_2;
public static final Version V_7_4_3 = new Version(7040399, org.apache.lucene.util.Version.LUCENE_8_2_0);
public static final Version CURRENT = V_7_4_3;

private static final ImmutableOpenIntMap<Version> idToVersion;

Expand Down

0 comments on commit d5eb460

Please sign in to comment.