Skip to content

Commit 6a9f47c

Browse files
committed
Bump Symfony version to 6.2.15
1 parent 4e5061c commit 6a9f47c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7575
*/
7676
private static array $freshCache = [];
7777

78-
public const VERSION = '6.2.14';
79-
public const VERSION_ID = 60214;
78+
public const VERSION = '6.2.15-DEV';
79+
public const VERSION_ID = 60215;
8080
public const MAJOR_VERSION = 6;
8181
public const MINOR_VERSION = 2;
82-
public const RELEASE_VERSION = 14;
83-
public const EXTRA_VERSION = '';
82+
public const RELEASE_VERSION = 15;
83+
public const EXTRA_VERSION = 'DEV';
8484

8585
public const END_OF_MAINTENANCE = '07/2023';
8686
public const END_OF_LIFE = '07/2023';

0 commit comments

Comments
 (0)