diff --git a/CHANGELOG b/CHANGELOG index a688f9ab3..6a4454f1a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -* 2.7.3 (2019-XX-XX) +* 2.7.3 (2019-03-21) * fixed the spaceless filter so that it behaves like the spaceless tag * fixed BC break on Environment::resolveTemplate() diff --git a/src/Environment.php b/src/Environment.php index 250700be3..264b2cfcc 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - const VERSION = '2.7.3-DEV'; + const VERSION = '2.7.3'; const VERSION_ID = 20703; const MAJOR_VERSION = 2; const MINOR_VERSION = 7; const RELEASE_VERSION = 3; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; private $charset; private $loader;