Bump version

This commit is contained in:
Fabien Potencier
2021-05-16 14:11:59 +02:00
parent 4d40042152
commit 577c5423d6
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 1.44.5 (2021-XX-XX)
* n/a
# 1.44.4 (2021-05-16)
* Revert "Throw a proper exception when a template name is an absolute path (as it has never been supported)"
+4 -4
View File
@@ -41,12 +41,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '1.44.4';
public const VERSION_ID = 14404;
public const VERSION = '1.44.5-DEV';
public const VERSION_ID = 14405;
public const MAJOR_VERSION = 1;
public const MINOR_VERSION = 44;
public const RELEASE_VERSION = 4;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 5;
public const EXTRA_VERSION = 'DEV';
protected $charset;
protected $loader;