Bump version to 1.44.2-DEV

This commit is contained in:
Fabien Potencier
2020-10-27 20:23:26 +01:00
parent 04b15d4c0b
commit cb4cd888ca
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 1.44.2 (2020-XX-XX)
* n/a
# 1.44.1 (2020-10-27)
* Fix "include(template_from_string())"
+4 -4
View File
@@ -41,12 +41,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '1.44.1';
const VERSION_ID = 14401;
const VERSION = '1.44.2-DEV';
const VERSION_ID = 14402;
const MAJOR_VERSION = 1;
const MINOR_VERSION = 44;
const RELEASE_VERSION = 1;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 2;
const EXTRA_VERSION = 'DEV';
protected $charset;
protected $loader;