We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983ca05 commit e31903dCopy full SHA for e31903d
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.21';
80
- public const VERSION_ID = 60421;
+ public const VERSION = '6.4.22-DEV';
+ public const VERSION_ID = 60422;
81
public const MAJOR_VERSION = 6;
82
public const MINOR_VERSION = 4;
83
- public const RELEASE_VERSION = 21;
84
- public const EXTRA_VERSION = '';
+ public const RELEASE_VERSION = 22;
+ public const EXTRA_VERSION = 'DEV';
85
86
public const END_OF_MAINTENANCE = '11/2026';
87
public const END_OF_LIFE = '11/2027';
0 commit comments