We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeb7e2 commit 8b013aeCopy full SHA for 8b013ae
webfiori/framework/App.php
@@ -542,7 +542,7 @@ private function initFrameworkVersionInfo() {
542
*
543
* @since 2.1
544
*/
545
- define('WF_VERSION', '3.0.0-Beta.6');
+ define('WF_VERSION', '3.0.0-Beta.7');
546
/**
547
* A constant that tells the type of framework version.
548
@@ -558,7 +558,7 @@ private function initFrameworkVersionInfo() {
558
559
560
561
- define('WF_RELEASE_DATE', '2024-05-12');
+ define('WF_RELEASE_DATE', '2024-05-13');
562
}
563
564
0 commit comments