Prepare the 1.44.0 release

This commit is contained in:
Fabien Potencier
2020-10-21 14:32:35 +02:00
parent b1c9faa33e
commit e7c93a4af5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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;