mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
Prepare the 3.9.2 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# 3.9.2 (2024-XX-XX)
|
||||
# 3.9.2 (2024-04-17)
|
||||
|
||||
* Fix usage of display_end hook
|
||||
|
||||
|
||||
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user