Bump version

This commit is contained in:
Fabien Potencier
2021-05-12 10:03:33 +02:00
parent c9dd15b3a8
commit f602d0c11d
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,3 +1,7 @@
# 2.14.6 (2021-XX-XX)
* n/a
# 2.14.5 (2021-05-12)
* Fix PHP 8.1 compatibility
+4 -4
View File
@@ -38,12 +38,12 @@ use Twig\TokenParser\TokenParserInterface;
*/
class Environment
{
public const VERSION = '2.14.5';
public const VERSION_ID = 21405;
public const VERSION = '2.14.6-DEV';
public const VERSION_ID = 21406;
public const MAJOR_VERSION = 2;
public const MINOR_VERSION = 14;
public const RELEASE_VERSION = 5;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 6;
public const EXTRA_VERSION = 'DEV';
private $charset;
private $loader;