Skip to content

Commit

Permalink
bumped Symfony version to 4.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 16, 2019
1 parent cd999a4 commit 4a60fff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Symfony/Component/HttpKernel/Kernel.php
Expand Up @@ -73,12 +73,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
private $requestStackSize = 0;
private $resetServices = false;

const VERSION = '4.2.6';
const VERSION_ID = 40206;
const VERSION = '4.2.7-DEV';
const VERSION_ID = 40207;
const MAJOR_VERSION = 4;
const MINOR_VERSION = 2;
const RELEASE_VERSION = 6;
const EXTRA_VERSION = '';
const RELEASE_VERSION = 7;
const EXTRA_VERSION = 'DEV';

const END_OF_MAINTENANCE = '07/2019';
const END_OF_LIFE = '01/2020';
Expand Down

0 comments on commit 4a60fff

Please sign in to comment.