Skip to content

Commit f7c0f7f

Browse files
committed
chore: Updated Framework Version
1 parent 46f4d56 commit f7c0f7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "3.0.0-Beta.13",
2+
"version": "3.0.0-Beta.16",
33
"release-type": "pre-release"
44
}

webfiori/framework/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ private function initFrameworkVersionInfo() {
564564
*
565565
* @since 2.1
566566
*/
567-
define('WF_VERSION', '3.0.0-Beta.15');
567+
define('WF_VERSION', '3.0.0-Beta.16');
568568
/**
569569
* A constant that tells the type of framework version.
570570
*
@@ -580,7 +580,7 @@ private function initFrameworkVersionInfo() {
580580
*
581581
* @since 2.1
582582
*/
583-
define('WF_RELEASE_DATE', '2024-11-27');
583+
define('WF_RELEASE_DATE', '2024-12-01');
584584
}
585585

586586
/**

0 commit comments

Comments
 (0)