From 7841fd266b92146c4eb800adc1b859c9e022dd25 Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Sun, 12 May 2024 15:00:01 +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 c43659ec..191f6ba8 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.5'); + define('WF_VERSION', '3.0.0-Beta.6'); /** * A constant that tells the type of framework version. * @@ -558,7 +558,7 @@ private function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_RELEASE_DATE', '2024-04-15'); + define('WF_RELEASE_DATE', '2024-05-12'); } /**