Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 441cfb9

Browse filesBrowse files
committed
bumped Symfony version to 4.0.2
1 parent 7e51b0d commit 441cfb9
Copy full SHA for 441cfb9

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6363
private $requestStackSize = 0;
6464
private $resetServices = false;
6565

66-
const VERSION = '4.0.1';
67-
const VERSION_ID = 40001;
66+
const VERSION = '4.0.2-DEV';
67+
const VERSION_ID = 40002;
6868
const MAJOR_VERSION = 4;
6969
const MINOR_VERSION = 0;
70-
const RELEASE_VERSION = 1;
71-
const EXTRA_VERSION = '';
70+
const RELEASE_VERSION = 2;
71+
const EXTRA_VERSION = 'DEV';
7272

7373
const END_OF_MAINTENANCE = '07/2018';
7474
const END_OF_LIFE = '01/2019';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.