updated VERSION for 2.0.11

This commit is contained in:
Fabien Potencier 2012-02-24 22:59:39 +01:00
parent 51ba6ffc6d
commit 2d4fb8ad50

View File

@ -57,7 +57,7 @@ abstract class Kernel implements KernelInterface
protected $startTime;
protected $classes;
const VERSION = '2.0.11-DEV';
const VERSION = '2.0.11';
/**
* Constructor.