Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into policy4
Browse files Browse the repository at this point in the history
  • Loading branch information
ldematte committed Nov 21, 2024
2 parents 74cd2d3 + 8e6d5e2 commit b64ed06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/java/org/elasticsearch/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
public static final Version V_8_16_0 = new Version(8_16_00_99);
public static final Version V_8_16_1 = new Version(8_16_01_99);
public static final Version V_8_17_0 = new Version(8_17_00_99);
public static final Version V_8_18_0 = new Version(8_18_00_99);
public static final Version V_9_0_0 = new Version(9_00_00_99);
public static final Version CURRENT = V_9_0_0;

Expand Down

0 comments on commit b64ed06

Please sign in to comment.