Bump Symfony version to 4.4.14

This commit is contained in:
Fabien Potencier 2020-09-02 10:14:21 +02:00
parent 9b8314080f
commit 27c131ca7a

View File

@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private static $freshCache = []; private static $freshCache = [];
const VERSION = '4.4.13'; const VERSION = '4.4.14-DEV';
const VERSION_ID = 40413; const VERSION_ID = 40414;
const MAJOR_VERSION = 4; const MAJOR_VERSION = 4;
const MINOR_VERSION = 4; const MINOR_VERSION = 4;
const RELEASE_VERSION = 13; const RELEASE_VERSION = 14;
const EXTRA_VERSION = ''; const EXTRA_VERSION = 'DEV';
const END_OF_MAINTENANCE = '11/2022'; const END_OF_MAINTENANCE = '11/2022';
const END_OF_LIFE = '11/2023'; const END_OF_LIFE = '11/2023';