remove RC1 references

This commit is contained in:
Manuel Raynaud
2014-04-22 14:30:44 +02:00
parent 51dd1863db
commit 7593717736
4 changed files with 10 additions and 9 deletions

View File

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