From 3ef78f0b3a72de0a3cd026a4a7319fd32ac03fc7 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 24 Jan 2023 16:55:09 +0100 Subject: [PATCH] Bump Symfony version to 6.2.6 --- Kernel.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Kernel.php b/Kernel.php index f6b86a8e3a..2927932225 100644 --- a/Kernel.php +++ b/Kernel.php @@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl */ private static array $freshCache = []; - public const VERSION = '6.2.5'; - public const VERSION_ID = 60205; + public const VERSION = '6.2.6-DEV'; + public const VERSION_ID = 60206; public const MAJOR_VERSION = 6; public const MINOR_VERSION = 2; - public const RELEASE_VERSION = 5; - public const EXTRA_VERSION = ''; + public const RELEASE_VERSION = 6; + public const EXTRA_VERSION = 'DEV'; public const END_OF_MAINTENANCE = '07/2023'; public const END_OF_LIFE = '07/2023';