updated VERSION for 2.0.12

This commit is contained in:
Fabien Potencier 2012-03-19 00:57:46 +01:00
parent b7d0a4bd41
commit 0ab776227a

View File

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