Skip to content

Commit

Permalink
chore: Updated Framework Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane authored Apr 14, 2024
1 parent dcb1a15 commit 72cb62d
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.3');
define('WF_VERSION', '3.0.0-Beta.4');
/**
* 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-03-19');
define('WF_RELEASE_DATE', '2024-04-14');
}

/**
Expand Down

0 comments on commit 72cb62d

Please sign in to comment.