File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
core/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 @@ -80,6 +80,8 @@ public class Version implements Comparable<Version> {
8080 public static final Version V_5_4_1 = new Version (V_5_4_1_ID , org .apache .lucene .util .Version .LUCENE_6_5_1 );
8181 public static final int V_5_4_2_ID = 5040299 ;
8282 public static final Version V_5_4_2 = new Version (V_5_4_2_ID , org .apache .lucene .util .Version .LUCENE_6_5_1 );
83+ public static final int V_5_4_3_ID = 5040399 ;
84+ public static final Version V_5_4_3 = new Version (V_5_4_3_ID , org .apache .lucene .util .Version .LUCENE_6_5_1 );
8385 public static final int V_5_5_0_ID = 5050099 ;
8486 public static final Version V_5_5_0 = new Version (V_5_5_0_ID , org .apache .lucene .util .Version .LUCENE_6_6_0 );
8587 public static final int V_5_6_0_ID = 5060099 ;
@@ -118,6 +120,8 @@ public static Version fromId(int id) {
118120 return V_5_6_0 ;
119121 case V_5_5_0_ID :
120122 return V_5_5_0 ;
123+ case V_5_4_3_ID :
124+ return V_5_4_3 ;
121125 case V_5_4_2_ID :
122126 return V_5_4_2 ;
123127 case V_5_4_1_ID :
You can’t perform that action at this time.
0 commit comments