diff --git a/core/framework/Settings.php b/core/framework/Settings.php index 1fcde8f1f..6efbd1833 100644 --- a/core/framework/Settings.php +++ b/core/framework/Settings.php @@ -167,7 +167,7 @@ final class Settings protected static $_ver_mj = 4; protected static $_ver_mn = 3; protected static $_ver_rev = 0; - protected static $_ver_name = "On the road again"; + protected static $_ver_name = ""; protected static $_defaultscope; protected static $_settings; @@ -1119,7 +1119,7 @@ public static function clearLicenseIdentifier() public static function isStable(): bool { - return false; + return true; } }