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 Jul 10, 2024
1 parent 87085d2 commit a817e8f
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 @@ -544,7 +544,7 @@ private function initFrameworkVersionInfo() {
*
* @since 2.1
*/
define('WF_VERSION', '3.0.0-Beta.9');
define('WF_VERSION', '3.0.0-Beta.10');
/**
* A constant that tells the type of framework version.
*
Expand All @@ -560,7 +560,7 @@ private function initFrameworkVersionInfo() {
*
* @since 2.1
*/
define('WF_RELEASE_DATE', '2024-07-09');
define('WF_RELEASE_DATE', '2024-07-11');
}

/**
Expand Down

0 comments on commit a817e8f

Please sign in to comment.