Bump Symfony version to 4.4.20

This commit is contained in:
Fabien Potencier 2021-01-27 14:59:11 +01:00
parent c2c71dee2c
commit aeb15a1322

View File

@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private static $freshCache = []; private static $freshCache = [];
public const VERSION = '4.4.19'; public const VERSION = '4.4.20-DEV';
public const VERSION_ID = 40419; public const VERSION_ID = 40420;
public const MAJOR_VERSION = 4; public const MAJOR_VERSION = 4;
public const MINOR_VERSION = 4; public const MINOR_VERSION = 4;
public const RELEASE_VERSION = 19; public const RELEASE_VERSION = 20;
public const EXTRA_VERSION = ''; public const EXTRA_VERSION = 'DEV';
public const END_OF_MAINTENANCE = '11/2022'; public const END_OF_MAINTENANCE = '11/2022';
public const END_OF_LIFE = '11/2023'; public const END_OF_LIFE = '11/2023';