Skip to content

Commit 5add177

Browse files
committed
Bump version to 7.4
1 parent cbab5a8 commit 5add177

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7373
*/
7474
private static array $freshCache = [];
7575

76-
public const VERSION = '7.3.0-DEV';
77-
public const VERSION_ID = 70300;
76+
public const VERSION = '7.4.0-DEV';
77+
public const VERSION_ID = 70400;
7878
public const MAJOR_VERSION = 7;
79-
public const MINOR_VERSION = 3;
79+
public const MINOR_VERSION = 4;
8080
public const RELEASE_VERSION = 0;
8181
public const EXTRA_VERSION = 'DEV';
8282

83-
public const END_OF_MAINTENANCE = '05/2025';
84-
public const END_OF_LIFE = '01/2026';
83+
public const END_OF_MAINTENANCE = '11/2028';
84+
public const END_OF_LIFE = '11/2029';
8585

8686
public function __construct(
8787
protected string $environment,

0 commit comments

Comments
 (0)