Skip to content

Commit 5ed85f3

Browse files
committed
chore: Updated Framework Version
1 parent e78d372 commit 5ed85f3

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
@@ -637,7 +637,7 @@ public static function initFrameworkVersionInfo() {
637637
*
638638
* @since 2.1
639639
*/
640-
define('WF_VERSION', '3.0.0-Beta.26');
640+
define('WF_VERSION', '3.0.0-Beta.27');
641641
/**
642642
* A constant that tells the type of framework version.
643643
*
@@ -653,7 +653,7 @@ public static function initFrameworkVersionInfo() {
653653
*
654654
* @since 2.1
655655
*/
656-
define('WF_RELEASE_DATE', '2025-04-07');
656+
define('WF_RELEASE_DATE', '2025-05-26');
657657
}
658658

659659
/**

0 commit comments

Comments
 (0)