Selaa lähdekoodia

update VERSION for 2.0.1

Fabien Potencier 13 vuotta sitten
vanhempi
commit
f9ce68fad4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.