diff --git a/CHANGELOG b/CHANGELOG index 80234c86d3..1d68f7c80e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -# 3.10.2 (2024-XX-XX) +# 3.10.2 (2024-05-14) * Fix support for the deprecated escaper signature diff --git a/src/Environment.php b/src/Environment.php index 71d83c4edf..d3f7763e2a 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -43,12 +43,12 @@ */ class Environment { - public const VERSION = '3.10.2-DEV'; + public const VERSION = '3.10.2'; public const VERSION_ID = 301002; public const MAJOR_VERSION = 3; public const MINOR_VERSION = 10; public const RELEASE_VERSION = 2; - public const EXTRA_VERSION = 'DEV'; + public const EXTRA_VERSION = ''; private $charset; private $loader;