Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/WebFiori/framework into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Jul 8, 2024
2 parents ed43960 + 1672faf commit a9e9ecd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"webfiori/http":"v3.3.11",
"webfiori/file":"v1.3.6",
"webfiori/jsonx":"v3.3.0",
"webfiori/ui":"v2.6.1",
"webfiori/ui":"v2.6.3",
"webfiori/collections":"v1.1.4",
"webfiori/database":"v0.8.10",
"webfiori/cli":"v1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions webfiori/framework/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ private function initFrameworkVersionInfo() {
*
* @since 2.1
*/
define('WF_VERSION', '3.0.0-Beta.8');
define('WF_VERSION', '3.0.0-Beta.9');
/**
* A constant that tells the type of framework version.
*
Expand All @@ -559,7 +559,7 @@ private function initFrameworkVersionInfo() {
*
* @since 2.1
*/
define('WF_RELEASE_DATE', '2024-05-20');
define('WF_RELEASE_DATE', '2024-07-09');
}

/**
Expand Down

0 comments on commit a9e9ecd

Please sign in to comment.