From 95222d6f80a258c1a51da8bec2b488630b6b4db8 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 6 Dec 2018 14:39:39 +0000 Subject: [PATCH] bumped version --- src/Symfony/Component/HttpKernel/Kernel.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index 6106c9cf70..3ce7b5cf47 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -58,11 +58,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface protected $startTime; protected $loadClassCache; - const VERSION = '2.7.49'; - const VERSION_ID = 20749; + const VERSION = '2.7.50'; + const VERSION_ID = 20750; const MAJOR_VERSION = 2; const MINOR_VERSION = 7; - const RELEASE_VERSION = 49; + const RELEASE_VERSION = 50; const EXTRA_VERSION = ''; const END_OF_MAINTENANCE = '05/2018';