Skip to content

Commit 8f595ec

Browse files
committed
Update version to 5.4
1 parent e34cd7d commit 8f595ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7575

7676
private static $freshCache = [];
7777

78-
public const VERSION = '5.3.0-DEV';
79-
public const VERSION_ID = 50300;
78+
public const VERSION = '5.4.0-DEV';
79+
public const VERSION_ID = 50400;
8080
public const MAJOR_VERSION = 5;
81-
public const MINOR_VERSION = 3;
81+
public const MINOR_VERSION = 4;
8282
public const RELEASE_VERSION = 0;
8383
public const EXTRA_VERSION = 'DEV';
8484

85-
public const END_OF_MAINTENANCE = '05/2021';
86-
public const END_OF_LIFE = '01/2022';
85+
public const END_OF_MAINTENANCE = '11/2024';
86+
public const END_OF_LIFE = '11/2025';
8787

8888
public function __construct(string $environment, bool $debug)
8989
{

0 commit comments

Comments
 (0)