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 255f557

Browse filesBrowse files
committed
Bump Symfony version to 5.0.1
1 parent ea815ba commit 255f557
Copy full SHA for 255f557

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
@@ -68,12 +68,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
6868

6969
private static $freshCache = [];
7070

71-
const VERSION = '5.0.0';
72-
const VERSION_ID = 50000;
71+
const VERSION = '5.0.1-DEV';
72+
const VERSION_ID = 50001;
7373
const MAJOR_VERSION = 5;
7474
const MINOR_VERSION = 0;
75-
const RELEASE_VERSION = 0;
76-
const EXTRA_VERSION = '';
75+
const RELEASE_VERSION = 1;
76+
const EXTRA_VERSION = 'DEV';
7777

7878
const END_OF_MAINTENANCE = '07/2020';
7979
const END_OF_LIFE = '07/2020';

0 commit comments

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