From 7aaed0b8311a557cc8c4047a71fd03153a00e755 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 14 May 2024 07:04:16 +0100 Subject: [PATCH] Prepare the 3.10.2 release --- CHANGELOG | 2 +- src/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 80234c86d3..1d68f7c80e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# 3.10.2 (2024-XX-XX) +# 3.10.2 (2024-05-14) * Fix support for the deprecated escaper signature diff --git a/src/Environment.php b/src/Environment.php index 71d83c4edf..d3f7763e2a 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -43,12 +43,12 @@ */ class Environment { - public const VERSION = '3.10.2-DEV'; + public const VERSION = '3.10.2'; public const VERSION_ID = 301002; public const MAJOR_VERSION = 3; public const MINOR_VERSION = 10; public const RELEASE_VERSION = 2; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; private $charset; private $loader;