change thelia version in main class

This commit is contained in:
Manuel Raynaud
2014-01-29 16:15:07 +01:00
parent fa195733fe
commit 126851a6c9

View File

@@ -59,7 +59,7 @@ use Thelia\Log\Tlog;
class Thelia extends Kernel
{
const THELIA_VERSION = '2.0.0-beta3';
const THELIA_VERSION = '2.0.0-beta4';
public function init()
{