8000 Bump version to 7.1 · symfony/symfony@c9e7809 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9e7809

Browse files
committed
Bump version to 7.1
1 parent dc1eccc commit c9e7809

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
@@ -76,15 +76,15 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7676
*/
7777
private static array $freshCache = [];
7878

79-
public const VERSION = '7.0.0-DEV';
80-
public const VERSION_ID = 70000;
79+
public const VERSION = '7.1.0-DEV';
80+
public const VERSION_ID = 70100;
8181
public const MAJOR_VERSION = 7;
82-
public const MINOR_VERSION = 0;
82+
public const MINOR_VERSION = 1;
8383
public const RELEASE_VERSION = 0;
8484
public const EXTRA_VERSION = 'DEV';
8585

86-
public const END_OF_MAINTENANCE = '07/2024';
87-
public const END_OF_LIFE = '07/2024';
86+
public const END_OF_MAINTENANCE = '01/2025';
87+
public const END_OF_LIFE = '01/2025';
8888

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

0 commit comments

Comments
 (0)
0