From 5eb9ac5dfdd20c3f59495c22841adc5da980d312 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 27 Oct 2020 20:25:29 +0100 Subject: [PATCH] Prepare the 2.14.1 release --- CHANGELOG | 2 +- src/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2014d58d6..5276ab688 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# 2.14.1 (2020-XX-XX) +# 2.14.1 (2020-10-27) * Fix "include(template_from_string())" diff --git a/src/Environment.php b/src/Environment.php index e2b9b4c5a..ce4acd50c 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - const VERSION = '2.14.1-DEV'; + const VERSION = '2.14.1'; const VERSION_ID = 21401; const MAJOR_VERSION = 2; const MINOR_VERSION = 14; const RELEASE_VERSION = 1; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; private $charset; private $loader;