From 677ef8da6497a03048192aeeb5aa3018e379ac71 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 12 Dec 2024 10:58:10 +0100 Subject: [PATCH] Prepare the 3.17.1 release --- src/Environment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Environment.php b/src/Environment.php index e18e2f8a66..277b28e0e0 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -44,12 +44,12 @@ */ class Environment { - public const VERSION = '3.17.1-DEV'; + public const VERSION = '3.17.1'; public const VERSION_ID = 31701; public const MAJOR_VERSION = 3; public const MINOR_VERSION = 17; public const RELEASE_VERSION = 1; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; private $charset; private $loader;