update VERSION for 2.0.1

This commit is contained in:
Fabien Potencier 2011-08-24 09:17:48 +02:00
parent 194d2a7219
commit f9ce68fad4

View File

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