File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
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 @@ -83,6 +83,8 @@ public class Version implements Serializable {
83
83
public static final Version V_0_19_8 = new Version (V_0_19_8_ID , false );
84
84
public static final int V_0_19_9_ID = /*00*/ 190999 ;
85
85
public static final Version V_0_19_9 = new Version (V_0_19_9_ID , false );
86
+ public static final int V_0_19_10_ID = /*00*/ 191099 ;
87
+ public static final Version V_0_19_10 = new Version (V_0_19_10_ID , false );
86
88
87
89
public static final int V_0_20_0_Beta1_ID = /*00*/ 200001 ;
88
90
public static final Version V_0_20_0_Beta1 = new Version (V_0_20_0_Beta1_ID , true );
@@ -140,6 +142,8 @@ public static Version fromId(int id) {
140
142
return V_0_19_8 ;
141
143
case V_0_19_9_ID :
142
144
return V_0_19_9 ;
145
+ case V_0_19_10_ID :
146
+ return V_0_19_10 ;
143
147
144
148
case V_0_20_0_Beta1_ID :
145
149
return V_0_20_0_Beta1 ;
You can’t perform that action at this time.
0 commit comments