Skip to content

Navigation Menu

Sign in
Appearance settings
Sign up
Appearance settings

Commit 266f2f5

Browse filesBrowse the repository at this point in the historyBrowse files
committed
Bump Symfony version to 5.4.27
1 parent dce5f4b commit 266f2f5
Copy full SHA for 266f2f5

1 file changed

+4-4Lines changed: 4 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Kernel.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
7878
*/
7979
private static $freshCache = [];
8080

81-
public const VERSION = '5.4.26';
82-
public const VERSION_ID = 50426;
81+
public const VERSION = '5.4.27-DEV';
82+
public const VERSION_ID = 50427;
8383
public const MAJOR_VERSION = 5;
8484
public const MINOR_VERSION = 4;
85-
public const RELEASE_VERSION = 26;
86-
public const EXTRA_VERSION = '';
85+
public const RELEASE_VERSION = 27;
86+
public const EXTRA_VERSION = 'DEV';
8787

8888
public const END_OF_MAINTENANCE = '11/2024';
8989
public const END_OF_LIFE = '11/2025';

0 commit comments

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