From b3347b3460dbe3ef4e41ff24a6c01f126cad7c14 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 28 Jan 2022 11:53:35 +0100 Subject: [PATCH] Bump Symfony version to 4.4.38 --- Kernel.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Kernel.php b/Kernel.php index ebedc77689..61c18ff703 100644 --- a/Kernel.php +++ b/Kernel.php @@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private static $freshCache = []; - public const VERSION = '4.4.37'; - public const VERSION_ID = 40437; + public const VERSION = '4.4.38-DEV'; + public const VERSION_ID = 40438; public const MAJOR_VERSION = 4; public const MINOR_VERSION = 4; - public const RELEASE_VERSION = 37; - public const EXTRA_VERSION = ''; + public const RELEASE_VERSION = 38; + public const EXTRA_VERSION = 'DEV'; public const END_OF_MAINTENANCE = '11/2022'; public const END_OF_LIFE = '11/2023';