mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
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:
+4
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user