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 @@ -116,10 +116,10 @@ public class Version implements Comparable<Version>, ToXContentFragment {
116
116
public static final Version V_6_5_3 = new Version (V_6_5_3_ID , org .apache .lucene .util .Version .LUCENE_7_5_0 );
117
117
public static final int V_6_5_4_ID = 6050499 ;
118
118
public static final Version V_6_5_4 = new Version (V_6_5_4_ID , org .apache .lucene .util .Version .LUCENE_7_5_0 );
119
- public static final int V_6_5_5_ID = 6050599 ;
120
- public static final Version V_6_5_5 = new Version (V_6_5_5_ID , org .apache .lucene .util .Version .LUCENE_7_5_0 );
121
119
public static final int V_6_6_0_ID = 6060099 ;
122
120
public static final Version V_6_6_0 = new Version (V_6_6_0_ID , org .apache .lucene .util .Version .LUCENE_7_6_0 );
121
+ public static final int V_6_6_1_ID = 6060199 ;
122
+ public static final Version V_6_6_1 = new Version (V_6_6_1_ID , org .apache .lucene .util .Version .LUCENE_7_6_0 );
123
123
public static final int V_6_7_0_ID = 6070099 ;
124
124
public static final Version V_6_7_0 = new Version (V_6_7_0_ID , org .apache .lucene .util .Version .LUCENE_7_7_0 );
125
125
public static final int V_7_0_0_ID = 7000099 ;
@@ -142,10 +142,10 @@ public static Version fromId(int id) {
142
142
return V_7_0_0 ;
143
143
case V_6_7_0_ID :
144
144
return V_6_7_0 ;
145
+ case V_6_6_1_ID :
146
+ return V_6_6_1 ;
145
147
case V_6_6_0_ID :
146
148
return V_6_6_0 ;
147
- case V_6_5_5_ID :
148
- return V_6_5_5 ;
149
149
case V_6_5_4_ID :
150
150
return V_6_5_4 ;
151
151
case V_6_5_3_ID :
You can’t perform that action at this time.
0 commit comments