mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-26 22:45:55 +00:00
Prepare the 1.44.0 release
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user