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 12, 2024
1 parent 8eacb3c commit 7841fd2
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.5');
define('WF_VERSION', '3.0.0-Beta.6');
/**
* 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-04-15');
define('WF_RELEASE_DATE', '2024-05-12');
}

/**
Expand Down

0 comments on commit 7841fd2

Please sign in to comment.