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

Skip to content

Commit b8b3c39

Browse files
committed
Bump version to 7.2
1 parent 4fae754 commit b8b3c39

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
*/
< A4C4 /td>
7474
private static array $freshCache = [];
7575

76-
public const VERSION = '7.1.0-DEV';
77-
public const VERSION_ID = 70100;
76+
public const VERSION = '7.2.0-DEV';
77+
public const VERSION_ID = 70200;
7878
public const MAJOR_VERSION = 7;
79-
public const MINOR_VERSION = 1;
79+
public const MINOR_VERSION = 2;
8080
public const RELEASE_VERSION = 0;
8181
public const EXTRA_VERSION = 'DEV';
8282

83-
public const END_OF_MAINTENANCE = '01/2025';
84-
public const END_OF_LIFE = '01/2025';
83+
public const END_OF_MAINTENANCE = '07/2025';
84+
public const END_OF_LIFE = '07/2025';
8585

8686
public function __construct(
8787
protected string $environment,

0 commit comments

Comments
 (0)
0