Explorar o código

Bump versions after 8.5.1 release

Tatyana Gordeeva %!s(int64=2) %!d(string=hai) anos
pai
achega
f3773f1b68

+ 1 - 0
.ci/bwcVersions

@@ -77,4 +77,5 @@ BWC_VERSION:
   - "8.4.3"
   - "8.5.0"
   - "8.5.1"
+  - "8.5.2"
   - "8.6.0"

+ 1 - 1
.ci/snapshotBwcVersions

@@ -1,4 +1,4 @@
 BWC_VERSION:
   - "7.17.8"
-  - "8.5.1"
+  - "8.5.2"
   - "8.6.0"

+ 1 - 0
server/src/main/java/org/elasticsearch/Version.java

@@ -125,6 +125,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
     public static final Version V_8_4_3 = new Version(8_04_03_99, org.apache.lucene.util.Version.LUCENE_9_3_0);
     public static final Version V_8_5_0 = new Version(8_05_00_99, org.apache.lucene.util.Version.LUCENE_9_4_1);
     public static final Version V_8_5_1 = new Version(8_05_01_99, org.apache.lucene.util.Version.LUCENE_9_4_1);
+    public static final Version V_8_5_2 = new Version(8_05_02_99, org.apache.lucene.util.Version.LUCENE_9_4_1);
     public static final Version V_8_6_0 = new Version(8_06_00_99, org.apache.lucene.util.Version.LUCENE_9_4_1);
     public static final Version CURRENT = V_8_6_0;