From 6fa491397446893f92cb33938c2676074c841549 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 28 Jan 2022 11:54:17 +0100 Subject: [PATCH] Update VERSION for 5.3.14 --- Kernel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel.php b/Kernel.php index 30af493b94..d3f174fa4d 100644 --- a/Kernel.php +++ b/Kernel.php @@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private static $freshCache = []; - public const VERSION = '5.3.14-DEV'; + public const VERSION = '5.3.14'; public const VERSION_ID = 50314; public const MAJOR_VERSION = 5; public const MINOR_VERSION = 3; public const RELEASE_VERSION = 14; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; public const END_OF_MAINTENANCE = '01/2022'; public const END_OF_LIFE = '01/2022';