Bump Symfony version to 4.4.23

This commit is contained in:
Fabien Potencier 2021-05-01 16:48:05 +02:00
parent 306adcdbc2
commit 30dd608576

View File

@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private static $freshCache = []; private static $freshCache = [];
public const VERSION = '4.4.22'; public const VERSION = '4.4.23-DEV';
public const VERSION_ID = 40422; public const VERSION_ID = 40423;
public const MAJOR_VERSION = 4; public const MAJOR_VERSION = 4;
public const MINOR_VERSION = 4; public const MINOR_VERSION = 4;
public const RELEASE_VERSION = 22; public const RELEASE_VERSION = 23;
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';