mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
Prepare the 3.11.3 release
This commit is contained in:
+3
-3
@@ -43,11 +43,11 @@ use Twig\TokenParser\TokenParserInterface;
|
||||
*/
|
||||
class Environment
|
||||
{
|
||||
public const VERSION = '3.11.2';
|
||||
public const VERSION_ID = 301102;
|
||||
public const VERSION = '3.11.3';
|
||||
public const VERSION_ID = 301103;
|
||||
public const MAJOR_VERSION = 4;
|
||||
public const MINOR_VERSION = 11;
|
||||
public const RELEASE_VERSION = 2;
|
||||
public const RELEASE_VERSION = 3;
|
||||
public const EXTRA_VERSION = '';
|
||||
|
||||
private $charset;
|
||||
|
||||
Reference in New Issue
Block a user