From acffa88cc2b40dbe42eaf3a5025d6c0d4600cc50 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sun, 29 Dec 2024 11:51:50 +0100 Subject: [PATCH] Prepare the 3.18.0 release --- CHANGELOG | 2 +- src/Environment.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 21fb43f107..2d1d282a95 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# 3.18.0 (2024-XX-XX) +# 3.18.0 (2024-12-29) * Fix unary operator precedence change * Ignore `SyntaxError` exceptions from undefined handlers when using the `guard` tag diff --git a/src/Environment.php b/src/Environment.php index 1a91fedb3a..66400b0286 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -44,12 +44,12 @@ */ class Environment { - public const VERSION = '3.18.0-DEV'; + public const VERSION = '3.18.0'; public const VERSION_ID = 31800; public const MAJOR_VERSION = 3; public const MINOR_VERSION = 18; public const RELEASE_VERSION = 0; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; private $charset; private $loader;