Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62184c0

Browse files
committed
updated VERSION for 2.7.49
1 parent 5999020 commit 62184c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ abstract class Kernel implements KernelInterface, TerminableInterface
5858
protected $startTime;
5959
protected $loadClassCache;
6060

61-
const VERSION = '2.7.48';
62-
const VERSION_ID = 20748;
61+
const VERSION = '2.7.49';
62+
const VERSION_ID = 20749;
6363
const MAJOR_VERSION = 2;
6464
const MINOR_VERSION = 7;
65-
const RELEASE_VERSION = 48;
65+
const RELEASE_VERSION = 49;
6666
const EXTRA_VERSION = '';
6767

6868
const END_OF_MAINTENANCE = '05/2018';

0 commit comments

Comments
 (0)