Bump Symfony version to 5.2.5

This commit is contained in:
Fabien Potencier 2021-03-04 19:11:30 +01:00
parent 5216698b81
commit f72d5165fd
1 changed files with 4 additions and 4 deletions

View File

@ -74,12 +74,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private static $freshCache = [];
public const VERSION = '5.2.4';
public const VERSION_ID = 50204;
public const VERSION = '5.2.5-DEV';
public const VERSION_ID = 50205;
public const MAJOR_VERSION = 5;
public const MINOR_VERSION = 2;
public const RELEASE_VERSION = 4;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 5;
public const EXTRA_VERSION = 'DEV';
public const END_OF_MAINTENANCE = '07/2021';
public const END_OF_LIFE = '07/2021';