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 6440b70

Browse filesBrowse files
committed
Bump Symfony version to 5.2.1
1 parent 8b51547 commit 6440b70
Copy full SHA for 6440b70

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

7575
private static $freshCache = [];
7676

77-
const VERSION = '5.2.0';
78-
const VERSION_ID = 50200;
77+
const VERSION = '5.2.1-DEV';
78+
const VERSION_ID = 50201;
7979
const MAJOR_VERSION = 5;
8080
const MINOR_VERSION = 2;
81-
const RELEASE_VERSION = 0;
82-
const EXTRA_VERSION = '';
81+
const RELEASE_VERSION = 1;
82+
const EXTRA_VERSION = 'DEV';
8383

8484
const END_OF_MAINTENANCE = '07/2021';
8585
const END_OF_LIFE = '07/2021';

0 commit comments

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