8000 Bump Symfony version to 5.2.0 · symfony/symfony@af8bd4b · GitHub
[go: up one dir, main page]

Skip to content

Commit af8bd4b

Browse files
committed
Bump Symfony version to 5.2.0
1 parent cbce537 commit af8bd4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 2 additions & 2 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-RC2';
77+
const VERSION = '5.2.0-DEV';
7878
const VERSION_ID = 50200;
7979
const MAJOR_VERSION = 5;
8080
const MINOR_VERSION = 2;
8181
const RELEASE_VERSION = 0;
82-
const EXTRA_VERSION = 'RC2';
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