Skip to content

Navigation Menu

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

Appearance settings

Commit 40eb71e

Browse filesBrowse files
committed
Update VERSION for 4.4.51
1 parent fc84efb commit 40eb71e
Copy full SHA for 40eb71e

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎src/Symfony/Component/HttpKernel/Kernel.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7676

7777
private static $freshCache = [];
7878

79-
public const VERSION = '4.4.50';
80-
public const VERSION_ID = 40450;
79+
public const VERSION = '4.4.51';
80+
public const VERSION_ID = 40451;
8181
public const MAJOR_VERSION = 4;
8282
public const MINOR_VERSION = 4;
83-
public const RELEASE_VERSION = 50;
83+
public const RELEASE_VERSION = 51;
8484
public const EXTRA_VERSION = '';
8585

8686
public const END_OF_MAINTENANCE = '11/2022';

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.