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 31cb307 commit 7258ddaCopy full SHA for 7258dda
Kernel.php
@@ -76,12 +76,12 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
76
*/
77
private static array $freshCache = [];
78
79
- public const VERSION = '7.0.10';
80
- public const VERSION_ID = 70010;
+ public const VERSION = '7.0.11-DEV';
+ public const VERSION_ID = 70011;
81
public const MAJOR_VERSION = 7;
82
public const MINOR_VERSION = 0;
83
- public const RELEASE_VERSION = 10;
84
- public const EXTRA_VERSION = '';
+ public const RELEASE_VERSION = 11;
+ public const EXTRA_VERSION = 'DEV';
85
86
public const END_OF_MAINTENANCE = '07/2024';
87
public const END_OF_LIFE = '07/2024';
0 commit comments