From 13750f3c787caaf2ee90e8fd4bb82f3cebd08c0f Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Mon, 30 Oct 2023 17:18:06 +0300 Subject: [PATCH] Update App.php --- 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 e3948d3a..99f1be62 100644 --- a/webfiori/framework/App.php +++ b/webfiori/framework/App.php @@ -540,7 +540,7 @@ private function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_VERSION', '3.0.0-RC16'); + define('WF_VERSION', '3.0.0-RC18'); /** * A constant that tells the type of framework version. * @@ -556,7 +556,7 @@ private function initFrameworkVersionInfo() { * * @since 2.1 */ - define('WF_RELEASE_DATE', '2023-09-11'); + define('WF_RELEASE_DATE', '2023-10-30'); } /**