diff --git a/CHANGELOG b/CHANGELOG index 4f1eab85f..3b53b68dd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# 1.44.0 (2020-XX-XX) +# 1.44.0 (2020-10-21) * Remove implicit dependency on ext/iconv in JS escaper * Fix sandbox support when using "include(template_from_string())" diff --git a/src/Environment.php b/src/Environment.php index 330a9f3f8..bf58e7e57 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -41,12 +41,12 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - const VERSION = '1.44.0-DEV'; + const VERSION = '1.44.0'; const VERSION_ID = 14400; const MAJOR_VERSION = 1; const MINOR_VERSION = 44; const RELEASE_VERSION = 0; - const EXTRA_VERSION = 'DEV'; + const EXTRA_VERSION = ''; protected $charset; protected $loader;