Skip to content

Commit

Permalink
Update App.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane authored May 13, 2023
1 parent 7e38b72 commit b2831a4
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 @@ -563,7 +563,7 @@ private function initFrameworkVersionInfo() {
*
* @since 2.1
*/
define('WF_VERSION', '3.0.0-RC5');
define('WF_VERSION', '3.0.0-RC6');
/**
* A constant that tells the type of framework version.
*
Expand All @@ -579,7 +579,7 @@ private function initFrameworkVersionInfo() {
*
* @since 2.1
*/
define('WF_RELEASE_DATE', '2023-05-03');
define('WF_RELEASE_DATE', '2023-05-13');
}

/**
Expand Down

0 comments on commit b2831a4

Please sign in to comment.