Bump version

This commit is contained in:
Fabien Potencier
2021-01-05 16:41:50 +01:00
parent f795ca686d
commit 2179df17ee
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 3.2.2 (2021-XX-XX)
* n/a
# 3.2.1 (2021-01-05)
* Fix extra bundle compat with older versions of Symfony
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '3.2.1';
const VERSION_ID = 30201;
const VERSION = '3.2.2-DEV';
const VERSION_ID = 30202;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 2;
const RELEASE_VERSION = 1;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 2;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;