Add 2.2.1 to the version lookup table
This commit is contained in:
parent
7ccf7adbdf
commit
2390eb5ed4
|
@ -83,6 +83,8 @@ public class Version {
|
|||
return V_5_0_0;
|
||||
case V_2_3_0_ID:
|
||||
return V_2_3_0;
|
||||
case V_2_2_1_ID:
|
||||
return V_2_2_1;
|
||||
case V_2_2_0_ID:
|
||||
return V_2_2_0;
|
||||
case V_2_1_2_ID:
|
||||
|
|
Loading…
Reference in New Issue