Bump version

This commit is contained in:
Fabien Potencier
2021-01-05 11:24:45 +01:00
parent bc4f0e2d62
commit 8ce9dcdf05
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 3.2.1 (2021-XX-XX)
* n/a
# 3.2.0 (2021-01-05)
* Add the Cache extension in the "extra" repositories: "cache" tag
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '3.2.0';
const VERSION_ID = 30200;
const VERSION = '3.2.1-DEV';
const VERSION_ID = 30201;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 2;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 1;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;