diff --git a/Kernel.php b/Kernel.php index e2a01a4ac0..087a393071 100644 --- a/Kernel.php +++ b/Kernel.php @@ -76,11 +76,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl */ private static array $freshCache = []; - public const VERSION = '6.4.18'; - public const VERSION_ID = 60418; + public const VERSION = '6.4.19'; + public const VERSION_ID = 60419; public const MAJOR_VERSION = 6; public const MINOR_VERSION = 4; - public const RELEASE_VERSION = 18; + public const RELEASE_VERSION = 19; public const EXTRA_VERSION = ''; public const END_OF_MAINTENANCE = '11/2026';