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 d1f3844 commit 4424727Copy full SHA for 4424727
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.32-DEV';
+ public const VERSION = '5.4.32';
82
public const VERSION_ID = 50432;
83
public const MAJOR_VERSION = 5;
84
public const MINOR_VERSION = 4;
85
public const RELEASE_VERSION = 32;
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