We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fcb2f commit c701eb7Copy full SHA for c701eb7
src/Symfony/Component/HttpKernel/Kernel.php
@@ -73,12 +73,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
73
*/
74
private static array $freshCache = [];
75
76
- public const VERSION = '7.2.4-DEV';
+ public const VERSION = '7.2.4';
77
public const VERSION_ID = 70204;
78
public const MAJOR_VERSION = 7;
79
public const MINOR_VERSION = 2;
80
public const RELEASE_VERSION = 4;
81
- public const EXTRA_VERSION = 'DEV';
+ public const EXTRA_VERSION = '';
82
83
public const END_OF_MAINTENANCE = '07/2025';
84
public const END_OF_LIFE = '07/2025';
0 commit comments