bumped version

This commit is contained in:
Fabien Potencier 2018-12-06 14:39:39 +00:00
parent 161aa25779
commit 95222d6f80
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.49';
const VERSION_ID = 20749;
const VERSION = '2.7.50';
const VERSION_ID = 20750;
const MAJOR_VERSION = 2;
const MINOR_VERSION = 7;
const RELEASE_VERSION = 49;
const RELEASE_VERSION = 50;
const EXTRA_VERSION = '';
const END_OF_MAINTENANCE = '05/2018';