Bump version to 3.5

This commit is contained in:
Fabien Potencier
2022-12-27 13:23:36 +01:00
parent 01d55dbd1b
commit 0c8f5b2ea4
11 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -40,11 +40,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.4.4-DEV';
public const VERSION_ID = 30404;
public const VERSION = '3.5.0-DEV';
public const VERSION_ID = 30500;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 4;
public const RELEASE_VERSION = 4;
public const MINOR_VERSION = 5;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';
private $charset;