updated VERSION for 2.0.13

This commit is contained in:
Fabien Potencier 2012-04-30 15:31:20 +02:00
parent 06274dbce6
commit b66b6fc99e

View File

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