Bump version

This commit is contained in:
Fabien Potencier
2023-12-22 08:35:50 +01:00
parent d77586da99
commit 4c621adb49
+4 -4
View File
@@ -40,11 +40,11 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.8.1-DEV';
public const VERSION_ID = 30801;
public const VERSION = '3.9.0-DEV';
public const VERSION_ID = 30900;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 8;
public const RELEASE_VERSION = 1;
public const MINOR_VERSION = 9;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';
private $charset;