Browse Source

updated VERSION for 2.0.10

Fabien Potencier 13 years ago
parent
commit
011b09ad1d
1 changed files with 1 additions and 1 deletions
  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.9';
+    const VERSION = '2.0.10';
 
     /**
      * Constructor.