From df75bfef370907f3842c321280b64c42f8507ecb Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 9 Jun 2023 16:03:53 +0200 Subject: [PATCH] Bump version to 3.6.2 --- CHANGELOG | 4 ++++ src/Environment.php | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c3d65518e..68737579b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +# 3.6.2 (2023-XX-XX) + + * n/a + # 3.6.1 (2023-06-08) * Suppress some native return type deprecation messages diff --git a/src/Environment.php b/src/Environment.php index 70405b0d7..995dc147e 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -40,12 +40,12 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - public const VERSION = '3.6.1'; - public const VERSION_ID = 30601; + public const VERSION = '3.6.2-DEV'; + public const VERSION_ID = 30602; public const MAJOR_VERSION = 3; public const MINOR_VERSION = 6; - public const RELEASE_VERSION = 1; - public const EXTRA_VERSION = ''; + public const RELEASE_VERSION = 2; + public const EXTRA_VERSION = 'DEV'; private $charset; private $loader;