Skip to content

Commit 3d719ea

Browse files
committed
chore: Updated Framework Version
1 parent e47f1a5 commit 3d719ea

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
@@ -664,7 +664,7 @@ public static function initFrameworkVersionInfo() {
664664
*
665665
* @since 2.1
666666
*/
667-
define('WF_VERSION', '3.0.0-Beta.30');
667+
define('WF_VERSION', '3.0.0-beta.31');
668668
/**
669669
* A constant that tells the type of framework version.
670670
*
@@ -680,7 +680,7 @@ public static function initFrameworkVersionInfo() {
680680
*
681681
* @since 2.1
682682
*/
683-
define('WF_RELEASE_DATE', '2025-10-22');
683+
define('WF_RELEASE_DATE', '2025-10-28');
684684
}
685685

686686
/**

0 commit comments

Comments
 (0)