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

Skip to content

Commit f72d516

Browse files
committed
Bump Symfony version to 5.2.5
1 parent 5216698 commit f72d516

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines 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-
public const VERSION = '5.2.4';
78-
public const VERSION_ID = 50204;
77+
public const VERSION = '5.2.5-DEV';
78+
public const VERSION_ID = 50205;
7979
public const MAJOR_VERSION = 5;
8080
public const MINOR_VERSION = 2;
81-
public const RELEASE_VERSION = 4;
82-
public const EXTRA_VERSION = '';
81+
public const RELEASE_VERSION = 5;
82+
public const EXTRA_VERSION = 'DEV';
8383

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

0 commit comments

Comments
 (0)
0