Skip to content

Commit

Permalink
bumped Symfony version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Nov 17, 2019
1 parent 8f86c6b commit 7ed6d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/HttpKernel/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl

private static $freshCache = [];

const VERSION = '4.4.0-RC1';
const VERSION = '4.4.0-DEV';
const VERSION_ID = 40400;
const MAJOR_VERSION = 4;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'RC1';
const EXTRA_VERSION = 'DEV';

const END_OF_MAINTENANCE = '11/2022';
const END_OF_LIFE = '11/2023';
Expand Down

0 comments on commit 7ed6d35

Please sign in to comment.