Skip to content

Commit 834782c

Browse files
committed
chore: Updated Framework Version
1 parent a520eca commit 834782c

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
@@ -635,7 +635,7 @@ public static function initFrameworkVersionInfo() {
635635
*
636636
* @since 2.1
637637
*/
638-
define('WF_VERSION', '3.0.0-Beta.22');
638+
define('WF_VERSION', '3.0.0-Beta.23');
639639
/**
640640
* A constant that tells the type of framework version.
641641
*
@@ -651,7 +651,7 @@ public static function initFrameworkVersionInfo() {
651651
*
652652
* @since 2.1
653653
*/
654-
define('WF_RELEASE_DATE', '2024-12-24');
654+
define('WF_RELEASE_DATE', '2025-01-07');
655655
}
656656

657657
/**

0 commit comments

Comments
 (0)