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 f2b00c6 commit 611c427Copy full SHA for 611c427
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.34';
82
- public const VERSION_ID = 50434;
+ public const VERSION = '5.4.35-DEV';
+ public const VERSION_ID = 50435;
83
public const MAJOR_VERSION = 5;
84
public const MINOR_VERSION = 4;
85
- public const RELEASE_VERSION = 34;
86
- public const EXTRA_VERSION = '';
+ public const RELEASE_VERSION = 35;
+ 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