updated VERSION for 2.0.8

This commit is contained in:
Fabien Potencier 2011-12-26 11:56:10 +01:00
parent 6aee905588
commit 5b4e6190c4

View File

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