Bump Symfony version to 5.0.7

This commit is contained in:
Fabien Potencier 2020-03-27 17:27:57 +01:00
parent 358bbaec07
commit 12f897b0d3

View File

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