Bump version

This commit is contained in:
Fabien Potencier
2026-02-06 22:12:49 +01:00
parent 87848155a5
commit 09e6bb5a91
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# 3.23.1 (2026-XX-XX)
# 3.24.0 (2026-XX-XX)
* n/a
+4 -4
View File
@@ -43,11 +43,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.23.1-DEV';
public const VERSION_ID = 32301;
public const VERSION = '3.24.0-DEV';
public const VERSION_ID = 32400;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 23;
public const RELEASE_VERSION = 1;
public const MINOR_VERSION = 24;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';
private $charset;