From 8f168c6ffa3ce76d1786b3cd52275424a3fc675b Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 3 Jan 2022 22:15:37 +0100 Subject: [PATCH] Prepare the 3.3.7 release --- src/Environment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Environment.php b/src/Environment.php index ed942fa52..681f53422 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - public const VERSION = '3.3.7-DEV'; + public const VERSION = '3.3.7'; public const VERSION_ID = 30307; public const MAJOR_VERSION = 3; public const MINOR_VERSION = 3; public const RELEASE_VERSION = 7; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; private $charset; private $loader;