We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2dbfc9 commit 93304a6Copy full SHA for 93304a6
Kernel.php
@@ -78,12 +78,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
78
*/
79
private static $freshCache = [];
80
81
- public const VERSION = '5.4.48';
82
- public const VERSION_ID = 50448;
+ public const VERSION = '5.4.49-DEV';
+ public const VERSION_ID = 50449;
83
public const MAJOR_VERSION = 5;
84
public const MINOR_VERSION = 4;
85
- public const RELEASE_VERSION = 48;
86
- public const EXTRA_VERSION = '';
+ public const RELEASE_VERSION = 49;
+ public const EXTRA_VERSION = 'DEV';
87
88
public const END_OF_MAINTENANCE = '11/2024';
89
public const END_OF_LIFE = '02/2029';
0 commit comments