From 126851a6c9daaaab19df967b9b584b9e61ac2080 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 29 Jan 2014 16:15:07 +0100 Subject: [PATCH] change thelia version in main class --- core/lib/Thelia/Core/Thelia.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Core/Thelia.php b/core/lib/Thelia/Core/Thelia.php index 844eb3d29..cc85ad632 100644 --- a/core/lib/Thelia/Core/Thelia.php +++ b/core/lib/Thelia/Core/Thelia.php @@ -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() {