Bump version

This commit is contained in:
Fabien Potencier
2022-01-03 12:00:21 +01:00
parent d28b8d7390
commit e155d8dcfc
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 2.14.10 (2022-XX-XX)
* n/a
# 2.14.9 (2022-01-03)
* Allow null when Twig expects a string (for better 8.1 support)
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '2.14.9';
public const VERSION_ID = 21409;
public const VERSION = '2.14.10-DEV';
public const VERSION_ID = 21410;
public const MAJOR_VERSION = 2;
public const MINOR_VERSION = 14;
public const RELEASE_VERSION = 9;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 10;
public const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;