bumped version

This commit is contained in:
Fabien Potencier 2019-04-17 18:37:53 +02:00
parent 649bb0095f
commit 4d0899c5e3
1 changed files with 3 additions and 3 deletions

View File

@ -58,11 +58,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface
protected $startTime;
protected $loadClassCache;
const VERSION = '2.7.51';
const VERSION_ID = 20751;
const VERSION = '2.7.52';
const VERSION_ID = 20752;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 7;
const RELEASE_VERSION = 51;
const RELEASE_VERSION = 52;
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '05/2018';