From d44cedc29ce9097403bdb263c279812f78d7581b Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Wed, 27 Nov 2024 19:11:26 +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 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'); } /**