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;