tidy #4861 bump Twig version metadata (xabbuh)

This PR was merged into the 3.x branch.

Discussion
----------

bump Twig version metadata

following #4852

Commits
-------

57905dab67 bump Twig version metadata
This commit is contained in:
Fabien Potencier
2026-07-13 12:14:31 +02:00
+4 -4
View File
@@ -43,11 +43,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.28.1-DEV';
public const VERSION_ID = 32801;
public const VERSION = '3.29.0-DEV';
public const VERSION_ID = 32900;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 28;
public const RELEASE_VERSION = 1;
public const MINOR_VERSION = 29;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';
private $charset;