From 8b013ae6d622823f4abd935cbda45d0a718030a1 Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Mon, 13 May 2024 12:27:57 +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 191f6ba8..49771f9e 100644 --- a/webfiori/framework/App.php +++ b/webfiori/framework/App.php @@ -542,7 +542,7 @@ private function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_VERSION', '3.0.0-Beta.6'); + define('WF_VERSION', '3.0.0-Beta.7'); /** * A constant that tells the type of framework version. * @@ -558,7 +558,7 @@ private function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_RELEASE_DATE', '2024-05-12'); + define('WF_RELEASE_DATE', '2024-05-13'); } /**