diff --git a/webfiori/framework/App.php b/webfiori/framework/App.php index f4816c82..bd7053b1 100644 --- a/webfiori/framework/App.php +++ b/webfiori/framework/App.php @@ -564,7 +564,7 @@ private function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_VERSION', '3.0.0-Beta.14'); + define('WF_VERSION', '3.0.0-Beta.15'); /** * A constant that tells the type of framework version. * @@ -580,7 +580,7 @@ private function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_RELEASE_DATE', '2024-11-21'); + define('WF_RELEASE_DATE', '2024-11-27'); } /**