diff --git a/Kernel.php b/Kernel.php index ceb069ee2c..178585762d 100644 --- a/Kernel.php +++ b/Kernel.php @@ -73,11 +73,11 @@ abstract class Kernel implements KernelInterface, RebootableInterface, Terminabl private static $freshCache = []; - const VERSION = '5.1.1'; - const VERSION_ID = 50101; + const VERSION = '5.1.2'; + const VERSION_ID = 50102; const MAJOR_VERSION = 5; const MINOR_VERSION = 1; - const RELEASE_VERSION = 1; + const RELEASE_VERSION = 2; const EXTRA_VERSION = ''; const END_OF_MAINTENANCE = '01/2021';