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

Skip to content

Commit 2636414

Browse files
committed
updated VERSION for 2.7.51
1 parent 343865d commit 2636414

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.50';
62-
const VERSION_ID = 20750;
61+
const VERSION = '2.7.51';
62+
const VERSION_ID = 2.7.51;
6363
const MAJOR_VERSION = 2;
6464
const MINOR_VERSION = 7;
65-
const RELEASE_VERSION = 50;
65+
const RELEASE_VERSION = 51;
6666
const EXTRA_VERSION = '';
6767

6868
const END_OF_MAINTENANCE = '05/2018';

0 commit comments

Comments
 (0)