increment thelia version

This commit is contained in:
Manuel Raynaud
2014-05-06 15:04:05 +02:00
parent a854d848ae
commit 772aba093b
2 changed files with 2 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ use Thelia\Model\Module;
class Thelia extends Kernel
{
const THELIA_VERSION = '2.0.0';
const THELIA_VERSION = '2.0.1';
public function init()
{

View File

@@ -32,6 +32,7 @@ class Update
'3' => '2.0.0-beta4',
'4' => '2.0.0-RC1',
'5' => '2.0.0',
'6' => '2.0.1',
);
protected function isLatestVersion($version)