Skip to content

Commit f27a583

Browse files
committed
chore: Updated Framework Version
1 parent 093f1ef commit f27a583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.13');
567+
define('WF_VERSION', '3.0.0-Beta.14');
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-10-29');
583+
define('WF_RELEASE_DATE', '2024-11-21');
584584
}
585585

586586
/**

0 commit comments

Comments
 (0)