Skip to content

Commit 1d9cac6

Browse files
committed
Bump Symfony version to 7.4.2
1 parent 3b254d8 commit 1d9cac6

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 array $freshCache = [];
7676

77-
public const VERSION = '7.4.1';
78-
public const VERSION_ID = 70401;
77+
public const VERSION = '7.4.2-DEV';
78+
public const VERSION_ID = 70402;
7979
public const MAJOR_VERSION = 7;
8080
public const MINOR_VERSION = 4;
81-
public const RELEASE_VERSION = 1;
82-
public const EXTRA_VERSION = '';
81+
public const RELEASE_VERSION = 2;
82+
public const EXTRA_VERSION = 'DEV';
8383

8484
public const END_OF_MAINTENANCE = '11/2028';
8585
public const END_OF_LIFE = '11/2029';

0 commit comments

Comments
 (0)