From f795ca686d38530045859b0350b5352f7d63447d Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 5 Jan 2021 16:40:36 +0100 Subject: [PATCH] Prepare the 2.14.3 release --- CHANGELOG | 2 +- src/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index b0d48de7f4a..589c111cfe9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# 3.2.1 (2021-XX-XX) +# 3.2.1 (2021-01-05) * Fix extra bundle compat with older versions of Symfony diff --git a/src/Environment.php b/src/Environment.php index 043148656a9..69d34d0b937 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ */ class Environment { - const VERSION = '3.2.1-DEV'; + const VERSION = '3.2.1'; const VERSION_ID = 30201; const MAJOR_VERSION = 3; const MINOR_VERSION = 2; const RELEASE_VERSION = 1; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; private $charset; private $loader;