Skip to content

Commit 36b0f55

Browse files
authored
chore: Updated Framework Version
1 parent 08c60a8 commit 36b0f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webfiori/framework/App.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ public static function initFrameworkVersionInfo() {
636636
*
637637
* @since 2.1
638638
*/
639-
define('WF_VERSION', '3.0.0-Beta.23');
639+
define('WF_VERSION', '3.0.0-Beta.24');
640640
/**
641641
* A constant that tells the type of framework version.
642642
*
@@ -652,7 +652,7 @@ public static function initFrameworkVersionInfo() {
652652
*
653653
* @since 2.1
654654
*/
655-
define('WF_RELEASE_DATE', '2025-01-07');
655+
define('WF_RELEASE_DATE', '2025-01-29');
656656
}
657657

658658
/**

0 commit comments

Comments
 (0)