updated VERSION for 2.0.10

This commit is contained in:
Fabien Potencier 2012-02-06 10:25:56 +01:00
parent af46ea53c6
commit 011b09ad1d

View File

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