This commit is contained in:
Sampanna Rimal
2024-09-04 12:22:04 +05:45
parent 53c0140f58
commit 82fab174dc
203 changed files with 4255 additions and 1343 deletions

View File

@ -76,11 +76,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl
*/
private static array $freshCache = [];
public const VERSION = '6.4.6';
public const VERSION_ID = 60406;
public const VERSION = '6.4.7';
public const VERSION_ID = 60407;
public const MAJOR_VERSION = 6;
public const MINOR_VERSION = 4;
public const RELEASE_VERSION = 6;
public const RELEASE_VERSION = 7;
public const EXTRA_VERSION = '';
public const END_OF_MAINTENANCE = '11/2026';