Selaa lähdekoodia

updated VERSION for 2.0.10

Fabien Potencier 13 vuotta sitten
vanhempi
commit
011b09ad1d
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 $startTime;
     protected $classes;
     protected $classes;
 
 
-    const VERSION = '2.0.9';
+    const VERSION = '2.0.10';
 
 
     /**
     /**
      * Constructor.
      * Constructor.