diff --git a/WebFiori/Framework/App.php b/WebFiori/Framework/App.php index 9c5e39f22..5a6e59cf2 100644 --- a/WebFiori/Framework/App.php +++ b/WebFiori/Framework/App.php @@ -351,7 +351,7 @@ public static function getRunner() : Runner { '\\WebFiori\\Framework\\Cli\\Commands\\VersionCommand', '\\WebFiori\\Framework\\Cli\\Commands\\SchedulerCommand', - '\\WebFiori\\Framework\\Cli\\Commands\\SchedulerRunCommand', + '\\WebFiori\\Framework\\Cli\\Commands\\SchedulerRunCommand', '\\WebFiori\\Framework\\Cli\\Commands\\SchedulerDaemonCommand', '\\WebFiori\\Framework\\Cli\\Commands\\AddDbConnectionCommand', '\\WebFiori\\Framework\\Cli\\Commands\\AddSmtpConnectionCommand', @@ -431,7 +431,7 @@ public static function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_VERSION', '3.0.0-RC0'); + define('WF_VERSION', '3.0.0-RC1'); /** * A constant that tells the type of framework version. * @@ -439,7 +439,7 @@ public static function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_VERSION_TYPE', 'Release Candidate'); + define('WF_VERSION_TYPE', 'RC'); /** * The date at which the framework version was released. * @@ -447,7 +447,7 @@ public static function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_RELEASE_DATE', '2026-04-09'); + define('WF_RELEASE_DATE', '2026-04-30'); } /** * Initiate main components of the application.