Bump Symfony version to 4.4.24

This commit is contained in:
Fabien Potencier 2021-05-12 15:18:54 +02:00
parent bb7ec823d2
commit 22a9510dff
1 changed files with 4 additions and 4 deletions

View File

@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private static $freshCache = [];
public const VERSION = '4.4.23';
public const VERSION_ID = 40423;
public const VERSION = '4.4.24-DEV';
public const VERSION_ID = 40424;
public const MAJOR_VERSION = 4;
public const MINOR_VERSION = 4;
public const RELEASE_VERSION = 23;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 24;
public const EXTRA_VERSION = 'DEV';
public const END_OF_MAINTENANCE = '11/2022';
public const END_OF_LIFE = '11/2023';