updated VERSION for 2.0.4

This commit is contained in:
Fabien Potencier 2011-10-04 13:47:14 +02:00
parent 408c913991
commit 1f2e72d84a

View File

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