Bump version to 3.21

This commit is contained in:
Fabien Potencier
2025-02-14 08:36:54 +01:00
parent 586e3decdd
commit 229f54f8cf
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# 3.20.1 (2025-XX-XX)
# 3.21.0 (2025-XX-XX)
* n/a
+4 -4
View File
@@ -44,11 +44,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.20.1-DEV';
public const VERSION_ID = 32001;
public const VERSION = '3.21.0-DEV';
public const VERSION_ID = 32100;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 20;
public const RELEASE_VERSION = 1;
public const MINOR_VERSION = 21;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';
private $charset;