From 7f84cf65da991a63daccc2cb0896b78b98d578c5 Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Tue, 24 Dec 2024 16:59:13 +0300 Subject: [PATCH] chore: Updated Framework Version --- webfiori/framework/App.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); } /**