File tree 1 file changed +4
-4
lines changed
server/src/main/java/org/elasticsearch
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,10 +166,10 @@ public class Version implements Comparable<Version>, ToXContentFragment {
166
166
public static final Version V_6_2_3 = new Version (V_6_2_3_ID , LUCENE_7_2_1 );
167
167
public static final int V_6_2_4_ID = 6020499 ;
168
168
public static final Version V_6_2_4 = new Version (V_6_2_4_ID , LUCENE_7_2_1 );
169
- public static final int V_6_2_5_ID = 6020599 ;
170
- public static final Version V_6_2_5 = new Version (V_6_2_5_ID , LUCENE_7_2_1 );
171
169
public static final int V_6_3_0_ID = 6030099 ;
172
170
public static final Version V_6_3_0 = new Version (V_6_3_0_ID , org .apache .lucene .util .Version .LUCENE_7_3_1 );
171
+ public static final int V_6_3_1_ID = 6030199 ;
172
+ public static final Version V_6_3_1 = new Version (V_6_3_1_ID , org .apache .lucene .util .Version .LUCENE_7_3_1 );
173
173
public static final int V_6_4_0_ID = 6040099 ;
174
174
public static final Version V_6_4_0 = new Version (V_6_4_0_ID , org .apache .lucene .util .Version .LUCENE_7_4_0 );
175
175
public static final int V_7_0_0_alpha1_ID = 7000001 ;
@@ -192,10 +192,10 @@ public static Version fromId(int id) {
192
192
return V_7_0_0_alpha1 ;
193
193
case V_6_4_0_ID :
194
194
return V_6_4_0 ;
195
+ case V_6_3_1_ID :
196
+ return V_6_3_1 ;
195
197
case V_6_3_0_ID :
196
198
return V_6_3_0 ;
197
- case V_6_2_5_ID :
198
- return V_6_2_5 ;
199
199
case V_6_2_4_ID :
200
200
return V_6_2_4 ;
201
201
case V_6_2_3_ID :
You can’t perform that action at this time.
0 commit comments