From e7a5a2c86c607dd67b385972589d95f620ae6ab4 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 9 May 2021 18:29:50 +0200 Subject: [PATCH] Bump Symfony version to 5.3.0 --- src/Symfony/Component/HttpKernel/Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Kernel.php b/src/Symfony/Component/HttpKernel/Kernel.php index 606b06a144..330ca1ef85 100644 --- a/src/Symfony/Component/HttpKernel/Kernel.php +++ b/src/Symfony/Component/HttpKernel/Kernel.php @@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private static $freshCache = []; - public const VERSION = '5.3.0-BETA3'; + public const VERSION = '5.3.0-DEV'; public const VERSION_ID = 50300; public const MAJOR_VERSION = 5; public const MINOR_VERSION = 3; public const RELEASE_VERSION = 0; - public const EXTRA_VERSION = 'BETA3'; + public const EXTRA_VERSION = 'DEV'; public const END_OF_MAINTENANCE = '05/2021'; public const END_OF_LIFE = '01/2022';