Skip to content

Commit

Permalink
Bump versions after 7.17.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Jul 25, 2023
1 parent 72eb609 commit fe8d4a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ci/bwcVersions
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ BWC_VERSION:
- "7.17.9"
- "7.17.10"
- "7.17.11"
- "7.17.12"
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.17.12
elasticsearch = 7.17.13
lucene = 8.11.1

bundled_jdk_vendor = openjdk
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 @@ -172,7 +172,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
public static final Version V_7_17_10 = new Version(7_17_10_99, org.apache.lucene.util.Version.LUCENE_8_11_1);
public static final Version V_7_17_11 = new Version(7_17_11_99, org.apache.lucene.util.Version.LUCENE_8_11_1);
public static final Version V_7_17_12 = new Version(7_17_12_99, org.apache.lucene.util.Version.LUCENE_8_11_1);
public static final Version CURRENT = V_7_17_12;
public static final Version V_7_17_13 = new Version(7_17_13_99, org.apache.lucene.util.Version.LUCENE_8_11_1);
public static final Version CURRENT = V_7_17_13;

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

0 comments on commit fe8d4a2

Please sign in to comment.