From 926f87ff517c7e37befb7f886a1b88b535f55a47 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 18 Apr 2021 08:45:08 +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 f400607716..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-BETA1'; + 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 = 'BETA1'; + public const EXTRA_VERSION = 'DEV'; public const END_OF_MAINTENANCE = '05/2021'; public const END_OF_LIFE = '01/2022';