Skip to content

Commit 6bca632

Browse files
authored
[7.6] Add 7.6.2 as version (#53112)
1 parent 8b10ff3 commit 6bca632

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
@@ -54,3 +54,4 @@ BWC_VERSION:
5454
- "7.5.1"
5555
- "7.5.2"
5656
- "7.6.0"
57+
- "7.6.1"

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elasticsearch = 7.6.1
1+
elasticsearch = 7.6.2
22
lucene = 8.4.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
@@ -130,7 +130,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
130130
public static final Version V_7_5_2 = new Version(7050299, org.apache.lucene.util.Version.LUCENE_8_3_0);
131131
public static final Version V_7_6_0 = new Version(7060099, org.apache.lucene.util.Version.LUCENE_8_4_0);
132132
public static final Version V_7_6_1 = new Version(7060199, org.apache.lucene.util.Version.LUCENE_8_4_0);
133-
public static final Version CURRENT = V_7_6_1;
133+
public static final Version V_7_6_2 = new Version(7060299, org.apache.lucene.util.Version.LUCENE_8_4_0);
134+
public static final Version CURRENT = V_7_6_2;
134135

135136
private static final ImmutableOpenIntMap<Version> idToVersion;
136137

0 commit comments

Comments
 (0)