From 0b6f9d8370bb3b7f1ce5313ed8feb0fafd6e399a Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 7 Nov 2024 13:36:22 +0100 Subject: [PATCH] Prepare the 3.14.2 release --- src/Environment.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Environment.php b/src/Environment.php index 339aac63506..b6554e8e0fa 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -43,11 +43,11 @@ */ class Environment { - public const VERSION = '3.14.1'; - public const VERSION_ID = 31401; + public const VERSION = '3.14.2'; + public const VERSION_ID = 31402; public const MAJOR_VERSION = 3; public const MINOR_VERSION = 14; - public const RELEASE_VERSION = 1; + public const RELEASE_VERSION = 2; public const EXTRA_VERSION = ''; private $charset;