Bump version

This commit is contained in:
Fabien Potencier
2025-09-15 07:48:29 +02:00
parent 2a52ec2596
commit 57a2f85783
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# 3.21.2 (2025-XX-XX)
# 3.22.0 (2025-XX-XX)
* n/a
+4 -4
View File
@@ -43,11 +43,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.21.2-DEV';
public const VERSION_ID = 32102;
public const VERSION = '3.22.0-DEV';
public const VERSION_ID = 32200;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 21;
public const RELEASE_VERSION = 2;
public const MINOR_VERSION = 22;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';
private $charset;