From a5177bbb1de08d1cf6748ec09ec6d9e53fa20d10 Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Tue, 19 Mar 2024 03:26:51 +0300 Subject: [PATCH] chore: Updated Framework Version Number --- 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 0f2886a8..0900934f 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.1'); + define('WF_VERSION', '3.0.0-Beta.2'); /** * A constant that tells the type of framework version. * @@ -558,7 +558,7 @@ private function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_RELEASE_DATE', '2024-01-17'); + define('WF_RELEASE_DATE', '2024-03-19'); } /**