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 caae980 commit 7b2f540Copy full SHA for 7b2f540
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.3';
77
- public const VERSION_ID = 70203;
+ public const VERSION = '7.2.4-DEV';
+ public const VERSION_ID = 70204;
78
public const MAJOR_VERSION = 7;
79
public const MINOR_VERSION = 2;
80
- public const RELEASE_VERSION = 3;
81
- public const EXTRA_VERSION = '';
+ public const RELEASE_VERSION = 4;
+ public const EXTRA_VERSION = 'DEV';
82
83
public const END_OF_MAINTENANCE = '07/2025';
84
public const END_OF_LIFE = '07/2025';
0 commit comments