Ver código fonte

bumped Symfony version to 2.0.8-DEV

Fabien Potencier 13 anos atrás
pai
commit
ab0b4f3c2c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/Symfony/Component/HttpKernel/Kernel.php

+ 1 - 1
src/Symfony/Component/HttpKernel/Kernel.php

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