From f1ce5a3f70abc1aa05a7afcd98e18d662c63a149 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Wed, 8 Jan 2014 15:47:49 +0100 Subject: [PATCH] increase thelia version --- 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 abb5fbfc6..7a1d96750 100755 --- a/core/lib/Thelia/Core/Thelia.php +++ b/core/lib/Thelia/Core/Thelia.php @@ -60,7 +60,7 @@ use Thelia\Log\Tlog; class Thelia extends Kernel { - const THELIA_VERSION = '2.0.0-beta2'; + const THELIA_VERSION = '2.0.0-beta3'; public function init() {