diff --git a/Kernel.php b/Kernel.php index 309c7c75c3..0d36fc0d54 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 = '7.0.10-DEV'; - public const VERSION_ID = 70010; + public const VERSION = '7.0.11-DEV'; + public const VERSION_ID = 70011; public const MAJOR_VERSION = 7; public const MINOR_VERSION = 0; - public const RELEASE_VERSION = 10; + public const RELEASE_VERSION = 11; public const EXTRA_VERSION = 'DEV'; public const END_OF_MAINTENANCE = '07/2024';