Update VERSION for 5.0.6

This commit is contained in:
Fabien Potencier 2020-03-27 17:19:50 +01:00
parent fdc41bb59c
commit a15658616d

View File

@ -68,12 +68,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private static $freshCache = [];
const VERSION = '5.0.6-DEV';
const VERSION = '5.0.6';
const VERSION_ID = 50006;
const MAJOR_VERSION = 5;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 6;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '07/2020';
const END_OF_LIFE = '07/2020';