Pārlūkot izejas kodu

update VERSION for 2.0.1

Fabien Potencier 13 gadi atpakaļ
vecāks
revīzija
f9ce68fad4
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.0';
+    const VERSION = '2.0.1';
 
     /**
      * Constructor.