From ad637405a828601a56f32ccab9a85541c4b66c9d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 21 Nov 2023 18:34:48 +0100 Subject: [PATCH] Prepare the 2.15.6 release --- src/Environment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Environment.php b/src/Environment.php index e6c27a4bc0a..1b1f49e9d25 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ */ class Environment { - public const VERSION = '2.15.6-DEV'; + public const VERSION = '2.15.6'; public const VERSION_ID = 21506; public const MAJOR_VERSION = 2; public const MINOR_VERSION = 15; public const RELEASE_VERSION = 6; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; private $charset; private $loader;