diff --git a/release-please-manifest.json b/release-please-manifest.json index 328778ae..699b7141 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "version": "3.0.0-Beta.13", + "version": "3.0.0-Beta.16", "release-type": "pre-release" } diff --git a/webfiori/framework/App.php b/webfiori/framework/App.php index bd7053b1..1d6ce1d9 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.15'); + define('WF_VERSION', '3.0.0-Beta.16'); /** * 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-27'); + define('WF_RELEASE_DATE', '2024-12-01'); } /**