Skip to content

Commit 65b7b8a

Browse files
committed
Bump version to 8.0
1 parent f8e605c commit 65b7b8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Symfony/Component/HttpKernel/Kernel.php

Lines changed: 6 additions & 6 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.4.0-DEV';
77-
public const VERSION_ID = 70400;
78-
public const MAJOR_VERSION = 7;
79-
public const MINOR_VERSION = 4;
76+
public const VERSION = '8.0.0-DEV';
77+
public const VERSION_ID = 80000;
78+
public const MAJOR_VERSION = 8;
79+
public const MINOR_VERSION = 0;
8080
public const RELEASE_VERSION = 0;
8181
public const EXTRA_VERSION = 'DEV';
8282

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

8686
public function __construct(
8787
protected string $environment,

0 commit comments

Comments
 (0)