prepare for new Version : 2.0.0-beta4

This commit is contained in:
Manuel Raynaud
2014-01-29 15:47:23 +01:00
parent 58255430df
commit 40b8109f32
2 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,8 @@ class Update
protected static $version = array(
'0' => '2.0.0-beta1',
'1' => '2.0.0-beta2',
'2' => '2.0.0-beta3'
'2' => '2.0.0-beta3',
'3' => '2.0.0-beta4'
);
protected function isLatestVersion($version)