Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb8b3c39

Browse files
committed
Bump version to 7.2
1 parent4fae754 commitb8b3c39

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
privatestaticarray$freshCache = [];
7575

76-
publicconstVERSION ='7.1.0-DEV';
77-
publicconstVERSION_ID =70100;
76+
publicconstVERSION ='7.2.0-DEV';
77+
publicconstVERSION_ID =70200;
7878
publicconstMAJOR_VERSION =7;
79-
publicconstMINOR_VERSION =1;
79+
publicconstMINOR_VERSION =2;
8080
publicconstRELEASE_VERSION =0;
8181
publicconstEXTRA_VERSION ='DEV';
8282

83-
publicconstEND_OF_MAINTENANCE ='01/2025';
84-
publicconstEND_OF_LIFE ='01/2025';
83+
publicconstEND_OF_MAINTENANCE ='07/2025';
84+
publicconstEND_OF_LIFE ='07/2025';
8585

8686
publicfunction__construct(
8787
protectedstring$environment,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp