File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
server/src/main/java/org/elasticsearch Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ public class Version implements Comparable<Version>, ToXContentFragment {
116116 public static final Version V_6_5_3 = new Version (V_6_5_3_ID , org .apache .lucene .util .Version .LUCENE_7_5_0 );
117117 public static final int V_6_5_4_ID = 6050499 ;
118118 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 );
119121 public static final int V_6_6_0_ID = 6060099 ;
120122 public static final Version V_6_6_0 = new Version (V_6_6_0_ID , org .apache .lucene .util .Version .LUCENE_7_6_0 );
121123 public static final int V_6_7_0_ID = 6070099 ;
@@ -142,6 +144,8 @@ public static Version fromId(int id) {
142144 return V_6_7_0 ;
143145 case V_6_6_0_ID :
144146 return V_6_6_0 ;
147+ case V_6_5_5_ID :
148+ return V_6_5_5 ;
145149 case V_6_5_4_ID :
146150 return V_6_5_4 ;
147151 case V_6_5_3_ID :
You can’t perform that action at this time.
0 commit comments