Bump version

This commit is contained in:
Fabien Potencier
2022-05-17 07:47:36 +02:00
parent 3b7cedb2f7
commit fcc900cf80
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 2.15.2 (2022-XX-XX)
* n/a
# 2.15.1 (2022-05-17)
* Fix optimizing non-public named closures
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '2.15.1';
public const VERSION_ID = 21501;
public const VERSION = '2.15.2-DEV';
public const VERSION_ID = 21502;
public const MAJOR_VERSION = 2;
public const MINOR_VERSION = 15;
public const RELEASE_VERSION = 1;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 2;
public const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;