Skip to content

Commit 8b013ae

Browse files
committed
chore: Updated Framework Version
1 parent 8eeb7e2 commit 8b013ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webfiori/framework/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ private function initFrameworkVersionInfo() {
542542
*
543543
* @since 2.1
544544
*/
545-
define('WF_VERSION', '3.0.0-Beta.6');
545+
define('WF_VERSION', '3.0.0-Beta.7');
546546
/**
547547
* A constant that tells the type of framework version.
548548
*
@@ -558,7 +558,7 @@ private function initFrameworkVersionInfo() {
558558
*
559559
* @since 2.1
560560
*/
561-
define('WF_RELEASE_DATE', '2024-05-12');
561+
define('WF_RELEASE_DATE', '2024-05-13');
562562
}
563563

564564
/**

0 commit comments

Comments
 (0)