Skip to content

Commit

Permalink
Merge pull request #247 from WebFiori/refactoring
Browse files Browse the repository at this point in the history
chore: Updated Framework Version
  • Loading branch information
usernane authored Nov 27, 2024
2 parents 4b789c6 + d44cedc commit 1b4450d
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 @@ -564,7 +564,7 @@ private function initFrameworkVersionInfo() {
*
* @since 2.1
*/
define('WF_VERSION', '3.0.0-Beta.14');
define('WF_VERSION', '3.0.0-Beta.15');
/**
* A constant that tells the type of framework version.
*
Expand All @@ -580,7 +580,7 @@ private function initFrameworkVersionInfo() {
*
* @since 2.1
*/
define('WF_RELEASE_DATE', '2024-11-21');
define('WF_RELEASE_DATE', '2024-11-27');
}

/**
Expand Down

0 comments on commit 1b4450d

Please sign in to comment.