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'); } /**