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 Dec 1, 2024
1 parent 46f4d56 commit f7c0f7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "3.0.0-Beta.13",
"version": "3.0.0-Beta.16",
"release-type": "pre-release"
}
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.15');
define('WF_VERSION', '3.0.0-Beta.16');
/**
* 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-27');
define('WF_RELEASE_DATE', '2024-12-01');
}

/**
Expand Down

0 comments on commit f7c0f7f

Please sign in to comment.