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 bd55eb8 commit f2b00c6Copy full SHA for f2b00c6
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-DEV';
+ public const VERSION = '5.4.34';
82
public const VERSION_ID = 50434;
83
public const MAJOR_VERSION = 5;
84
public const MINOR_VERSION = 4;
85
public const RELEASE_VERSION = 34;
86
- public const EXTRA_VERSION = 'DEV';
+ public const EXTRA_VERSION = '';
87
88
public const END_OF_MAINTENANCE = '11/2024';
89
public const END_OF_LIFE = '11/2025';
0 commit comments