mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 01:46:37 +00:00
Bump version
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user