Skip to content

Commit b2dc985

Browse files
committed
Bump version to 7.6
1 parent 8677653 commit b2dc985

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.ci/bwcVersions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ BWC_VERSION:
4545
- "7.3.2"
4646
- "7.4.0"
4747
- "7.4.1"
48+
- "7.5.0"

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 7.5.0
1+
elasticsearch = 7.6.0
22
lucene = 8.2.0
33

44
bundled_jdk_vendor = adoptopenjdk

server/src/main/java/org/elasticsearch/Version.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
121121
public static final Version V_7_4_0 = new Version(7040099, org.apache.lucene.util.Version.LUCENE_8_2_0);
122122
public static final Version V_7_4_1 = new Version(7040199, org.apache.lucene.util.Version.LUCENE_8_2_0);
123123
public static final Version V_7_5_0 = new Version(7050099, org.apache.lucene.util.Version.LUCENE_8_2_0);
124-
public static final Version CURRENT = V_7_5_0;
124+
public static final Version V_7_6_0 = new Version(7060099, org.apache.lucene.util.Version.LUCENE_8_2_0);
125+
public static final Version CURRENT = V_7_6_0;
125126

126127
private static final ImmutableOpenIntMap<Version> idToVersion;
127128

0 commit comments

Comments
 (0)