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 5da6f57 commit 816ab5cCopy full SHA for 816ab5c
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.18';
82
- public const VERSION_ID = 50418;
+ public const VERSION = '5.4.19-DEV';
+ public const VERSION_ID = 50419;
83
public const MAJOR_VERSION = 5;
84
public const MINOR_VERSION = 4;
85
- public const RELEASE_VERSION = 18;
86
- public const EXTRA_VERSION = '';
+ public const RELEASE_VERSION = 19;
+ public const EXTRA_VERSION = 'DEV';
87
88
public const END_OF_MAINTENANCE = '11/2024';
89
public const END_OF_LIFE = '11/2025';
0 commit comments