Skip to content

Commit

Permalink
chore: Updated Framework Version
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed May 13, 2024
1 parent 8eeb7e2 commit 8b013ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webfiori/framework/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ private function initFrameworkVersionInfo() {
*
* @since 2.1
*/
define('WF_VERSION', '3.0.0-Beta.6');
define('WF_VERSION', '3.0.0-Beta.7');
/**
* A constant that tells the type of framework version.
*
Expand All @@ -558,7 +558,7 @@ private function initFrameworkVersionInfo() {
*
* @since 2.1
*/
define('WF_RELEASE_DATE', '2024-05-12');
define('WF_RELEASE_DATE', '2024-05-13');
}

/**
Expand Down

0 comments on commit 8b013ae

Please sign in to comment.