From 4c621adb490f5be4649d804da46fed6d554dca9e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 22 Dec 2023 08:35:50 +0100 Subject: [PATCH] Bump version --- src/Environment.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Environment.php b/src/Environment.php index 5329b143e..77588720b 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -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;