Add 2.2.1 to the version lookup table

This commit is contained in:
Simon Willnauer 2016-03-15 14:07:20 +01:00
parent 7ccf7adbdf
commit 2390eb5ed4
1 changed files with 2 additions and 0 deletions

View File

@ -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: