Bump version

This commit is contained in:
Fabien Potencier
2024-12-18 07:29:21 +01:00
parent 918f52e818
commit c72b50434d
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# 3.17.2 (2024-XX-XX)
# 3.18.0 (2024-XX-XX)
* n/a
+4 -4
View File
@@ -44,11 +44,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.17.2-DEV';
public const VERSION_ID = 31702;
public const VERSION = '3.18.0-DEV';
public const VERSION_ID = 31800;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 17;
public const RELEASE_VERSION = 2;
public const MINOR_VERSION = 18;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';
private $charset;