File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -198,10 +198,10 @@ public class Version implements Comparable<Version>, ToXContentFragment {
198198 public static final Version V_6_5_3 = new Version (V_6_5_3_ID , org .apache .lucene .util .Version .LUCENE_7_5_0 );
199199 public static final int V_6_5_4_ID = 6050499 ;
200200 public static final Version V_6_5_4 = new Version (V_6_5_4_ID , org .apache .lucene .util .Version .LUCENE_7_5_0 );
201- public static final int V_6_5_5_ID = 6050599 ;
202- public static final Version V_6_5_5 = new Version (V_6_5_5_ID , org .apache .lucene .util .Version .LUCENE_7_5_0 );
203201 public static final int V_6_6_0_ID = 6060099 ;
204202 public static final Version V_6_6_0 = new Version (V_6_6_0_ID , org .apache .lucene .util .Version .LUCENE_7_6_0 );
203+ public static final int V_6_6_1_ID = 6060199 ;
204+ public static final Version V_6_6_1 = new Version (V_6_6_1_ID , org .apache .lucene .util .Version .LUCENE_7_6_0 );
205205 public static final int V_6_7_0_ID = 6070099 ;
206206 public static final Version V_6_7_0 = new Version (V_6_7_0_ID , org .apache .lucene .util .Version .LUCENE_7_7_0 );
207207
@@ -220,10 +220,10 @@ public static Version fromId(int id) {
220220 switch (id ) {
221221 case V_6_7_0_ID :
222222 return V_6_7_0 ;
223+ case V_6_6_1_ID :
224+ return V_6_6_1 ;
223225 case V_6_6_0_ID :
224226 return V_6_6_0 ;
225- case V_6_5_5_ID :
226- return V_6_5_5 ;
227227 case V_6_5_4_ID :
228228 return V_6_5_4 ;
229229 case V_6_5_3_ID :
You can’t perform that action at this time.
0 commit comments