Update VERSION for 5.2.12

This commit is contained in:
Fabien Potencier 2021-07-26 18:41:24 +02:00
parent 44c34b7201
commit 83014d1344
1 changed files with 2 additions and 2 deletions

View File

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