From 972d8604a92b7054828b539f2febb0211dd5945c Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 4 Feb 2022 07:59:48 +0100 Subject: [PATCH] Prepare the 3.3.8 release --- CHANGELOG | 2 +- src/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f66d5842899..459c05af516 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# 3.3.8 (2022-XX-XX) +# 3.3.8 (2022-02-04) * Fix a security issue when in a sandbox: the `sort` filter must require a Closure for the `arrow` parameter diff --git a/src/Environment.php b/src/Environment.php index 7301287dd0c..ab5e5d02b8c 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ */ class Environment { - public const VERSION = '3.3.8-DEV'; + public const VERSION = '3.3.8'; public const VERSION_ID = 30308; public const MAJOR_VERSION = 3; public const MINOR_VERSION = 3; public const RELEASE_VERSION = 8; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; private $charset; private $loader;