diff --git a/webfiori/framework/App.php b/webfiori/framework/App.php index 9a267d30..f5e4006d 100644 --- a/webfiori/framework/App.php +++ b/webfiori/framework/App.php @@ -625,7 +625,7 @@ public static function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_VERSION', '3.0.0-Beta.20'); + define('WF_VERSION', '3.0.0-Beta.21'); /** * A constant that tells the type of framework version. * @@ -641,7 +641,7 @@ public static function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_RELEASE_DATE', '2024-12-20'); + define('WF_RELEASE_DATE', '2024-12-24'); } /**