diff --git a/webfiori/framework/App.php b/webfiori/framework/App.php index a419efb9..d405928a 100644 --- a/webfiori/framework/App.php +++ b/webfiori/framework/App.php @@ -544,7 +544,7 @@ private function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_VERSION', '3.0.0-Beta.9'); + define('WF_VERSION', '3.0.0-Beta.10'); /** * A constant that tells the type of framework version. * @@ -560,7 +560,7 @@ private function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_RELEASE_DATE', '2024-07-09'); + define('WF_RELEASE_DATE', '2024-07-11'); } /**