Prepare the 3.11.3 release

This commit is contained in:
Fabien Potencier
2024-11-07 13:34:41 +01:00
parent dbd734a553
commit 3b06600ff3
+3 -3
View File
@@ -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;