Skip to content

Commit

Permalink
updated VERSION for 5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 30, 2020
1 parent 471eba3 commit 7dbd2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symfony/Component/HttpKernel/Kernel.php
Expand Up @@ -68,12 +68,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl

private static $freshCache = [];

const VERSION = '5.0.7-DEV';
const VERSION = '5.0.7';
const VERSION_ID = 50007;
const MAJOR_VERSION = 5;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 7;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';

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

0 comments on commit 7dbd2e5

Please sign in to comment.