Prepare the 3.3.0 release

This commit is contained in:
Fabien Potencier
2021-02-08 10:54:36 +01:00
parent d56d9b13be
commit 1f3b7e2c06
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# 3.3.0 (2021-XX-XX)
# 3.3.0 (2021-02-08)
* Fix macro calls in a "cache" tag
* Add the slug filter
+2 -2
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
const VERSION = '3.3.0-DEV';
const VERSION = '3.3.0';
const VERSION_ID = 30300;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 3;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
private $charset;
private $loader;