diff --git a/Kernel.php b/Kernel.php index 63c96abd3a..de3b408442 100644 --- a/Kernel.php +++ b/Kernel.php @@ -67,11 +67,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private $requestStackSize = 0; private $resetServices = false; - const VERSION = '3.4.48'; - const VERSION_ID = 30448; + const VERSION = '3.4.49'; + const VERSION_ID = 30449; const MAJOR_VERSION = 3; const MINOR_VERSION = 4; - const RELEASE_VERSION = 48; + const RELEASE_VERSION = 49; const EXTRA_VERSION = ''; const END_OF_MAINTENANCE = '11/2020';