We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c7fd3 commit 60a42b5Copy full SHA for 60a42b5
src/Symfony/Component/HttpKernel/Kernel.php
@@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
76
*/
77
private static array $freshCache = [];
78
79
- public const VERSION = '6.4.19-DEV';
+ public const VERSION = '6.4.19';
80
public const VERSION_ID = 60419;
81
public const MAJOR_VERSION = 6;
82
public const MINOR_VERSION = 4;
83
public const RELEASE_VERSION = 19;
84
- public const EXTRA_VERSION = 'DEV';
+ public const EXTRA_VERSION = '';
85
86
public const END_OF_MAINTENANCE = '11/2026';
87
public const END_OF_LIFE = '11/2027';
0 commit comments