Bump version

This commit is contained in:
Fabien Potencier
2021-05-12 10:06:33 +02:00
parent ac44433c49
commit 491aa7d3fc
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 3.3.2 (2021-XX-XX)
* n/a
# 3.3.1 (2021-05-12)
* Fix PHP 8.1 compatibility
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '3.3.1';
public const VERSION_ID = 30301;
public const VERSION = '3.3.2-DEV';
public const VERSION_ID = 30302;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 3;
public const RELEASE_VERSION = 1;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 2;
public const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;