Bump version

This commit is contained in:
Fabien Potencier
2021-01-05 16:39:16 +01:00
parent 8bc568d460
commit a0e2cc2572
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 2.14.4 (2021-XX-XX)
* n/a
# 2.14.3 (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 = '2.14.3';
const VERSION_ID = 21403;
const VERSION = '2.14.4-DEV';
const VERSION_ID = 21404;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 14;
const RELEASE_VERSION = 3;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 4;
const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;