From 2d5b3964cc21d0188633d7ddce732dc8e874db02 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 17 Nov 2024 16:59:19 +0100 Subject: [PATCH] Prepare the 3.15.0 release --- src/Environment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Environment.php b/src/Environment.php index c8862af3d..30d1aa49d 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -44,12 +44,12 @@ use Twig\TokenParser\TokenParserInterface; */ class Environment { - public const VERSION = '3.15.0-DEV'; + public const VERSION = '3.15.0'; public const VERSION_ID = 31500; public const MAJOR_VERSION = 3; public const MINOR_VERSION = 15; public const RELEASE_VERSION = 0; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; private $charset; private $loader;