Преглед изворни кода

updated VERSION for 2.0.13

Fabien Potencier пре 13 година
родитељ
комит
b66b6fc99e
1 измењених фајлова са 1 додато и 1 уклоњено
  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.13-DEV';
+    const VERSION = '2.0.13';
 
     /**
      * Constructor.