diff --git a/Kernel.php b/Kernel.php index c6476b615d..f944b3d9e6 100644 --- a/Kernel.php +++ b/Kernel.php @@ -76,11 +76,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private static $freshCache = []; - public const VERSION = '4.4.46'; - public const VERSION_ID = 40446; + public const VERSION = '4.4.47'; + public const VERSION_ID = 40447; public const MAJOR_VERSION = 4; public const MINOR_VERSION = 4; - public const RELEASE_VERSION = 46; + public const RELEASE_VERSION = 47; public const EXTRA_VERSION = ''; public const END_OF_MAINTENANCE = '11/2022';