From c72b50434d5f6d4f7d0188ac892da7b391465e9f Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 18 Dec 2024 07:29:21 +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 56e2de1665..e0bb7953f4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# 3.17.2 (2024-XX-XX) +# 3.18.0 (2024-XX-XX) * n/a diff --git a/src/Environment.php b/src/Environment.php index d487c04de7..1a91fedb3a 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -44,11 +44,11 @@ */ class Environment { - public const VERSION = '3.17.2-DEV'; - public const VERSION_ID = 31702; + public const VERSION = '3.18.0-DEV'; + public const VERSION_ID = 31800; public const MAJOR_VERSION = 3; - public const MINOR_VERSION = 17; - public const RELEASE_VERSION = 2; + public const MINOR_VERSION = 18; + public const RELEASE_VERSION = 0; public const EXTRA_VERSION = 'DEV'; private $charset;