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 610f13e commit 4330b4dCopy full SHA for 4330b4d
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.3.0-DEV';
+ public const VERSION = '7.3.0-BETA1';
77
public const VERSION_ID = 70300;
78
public const MAJOR_VERSION = 7;
79
public const MINOR_VERSION = 3;
80
public const RELEASE_VERSION = 0;
81
- public const EXTRA_VERSION = 'DEV';
+ public const EXTRA_VERSION = 'BETA1';
82
83
public const END_OF_MAINTENANCE = '05/2025';
84
public const END_OF_LIFE = '01/2026';
0 commit comments