From 74aff6bb3827e970fc3b792cc4e338b6528823bd Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 23 Nov 2024 09:08:39 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 2 +- src/Environment.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7f064d741..4fd66a686 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# 3.15.1 (2024-XX-XX) +# 3.16.0 (2024-XX-XX) * n/a diff --git a/src/Environment.php b/src/Environment.php index 9be14055f..2b308fc51 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -44,11 +44,11 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - public const VERSION = '3.15.1-DEV'; - public const VERSION_ID = 31501; + public const VERSION = '3.16.0-DEV'; + public const VERSION_ID = 31600; public const MAJOR_VERSION = 3; - public const MINOR_VERSION = 15; - public const RELEASE_VERSION = 1; + public const MINOR_VERSION = 16; + public const RELEASE_VERSION = 0; public const EXTRA_VERSION = 'DEV'; private $charset;