From e4172ebe21a003f026163166bf0d6cc89c7befa6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 3 Mar 2018 08:24:54 -0800 Subject: [PATCH] fixed version --- lib/Twig/Environment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 468e7a340..b26647360 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -20,7 +20,7 @@ class Twig_Environment const VERSION_ID = 20407; const MAJOR_VERSION = 2; const MINOR_VERSION = 4; - const RELEASE_VERSION = 5; + const RELEASE_VERSION = 7; const EXTRA_VERSION = 'DEV'; private $charset;