From 0b4ba691fb99ec7952d25deb36c0a83061b93bbf Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 10 Mar 2021 11:05:55 +0100 Subject: [PATCH] Prepare the 2.14.4 release --- CHANGELOG | 2 +- src/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ce2f00ebb..d4f7f114d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# 2.14.4 (2021-XX-XX) +# 2.14.4 (2021-03-10) * Add the slug filter diff --git a/src/Environment.php b/src/Environment.php index d7b91278e..7627af0e7 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - const VERSION = '2.14.4-DEV'; + const VERSION = '2.14.4'; const VERSION_ID = 21404; const MAJOR_VERSION = 2; const MINOR_VERSION = 14; const RELEASE_VERSION = 4; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; private $charset; private $loader;