Update VERSION for 5.3.0-BETA2

This commit is contained in:
Fabien Potencier 2021-05-01 16:58:22 +02:00
parent 495a01769f
commit a977a2852a

View File

@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private static $freshCache = [];
public const VERSION = '5.3.0-DEV';
public const VERSION = '5.3.0-BETA2';
public const VERSION_ID = 50300;
public const MAJOR_VERSION = 5;
public const MINOR_VERSION = 3;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';
public const EXTRA_VERSION = 'BETA2';
public const END_OF_MAINTENANCE = '05/2021';
public const END_OF_LIFE = '01/2022';