Prepare the 3.9.2 release

This commit is contained in:
Fabien Potencier
2024-04-17 10:16:01 -04:00
parent 58ae42d940
commit 856cb5a6cf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# 3.9.2 (2024-XX-XX)
# 3.9.2 (2024-04-17)
* Fix usage of display_end hook
+2 -2
View File
@@ -41,12 +41,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.9.2-DEV';
public const VERSION = '3.9.2';
public const VERSION_ID = 30902;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 9;
public const RELEASE_VERSION = 2;
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = '';
private $charset;
private $loader;