prepare 2.0.0-RC1 version
This commit is contained in:
@@ -58,7 +58,7 @@ use Thelia\Log\Tlog;
|
||||
class Thelia extends Kernel
|
||||
{
|
||||
|
||||
const THELIA_VERSION = '2.0.0-beta4';
|
||||
const THELIA_VERSION = '2.0.0-RC1';
|
||||
|
||||
public function init()
|
||||
{
|
||||
|
||||
@@ -40,7 +40,8 @@ class Update
|
||||
'0' => '2.0.0-beta1',
|
||||
'1' => '2.0.0-beta2',
|
||||
'2' => '2.0.0-beta3',
|
||||
'3' => '2.0.0-beta4'
|
||||
'3' => '2.0.0-beta4',
|
||||
'4' => '2.0.0-RC1',
|
||||
);
|
||||
|
||||
protected function isLatestVersion($version)
|
||||
|
||||
Reference in New Issue
Block a user