Skip to content

Commit afde21b

Browse files
committed
Update App.php
1 parent e998c47 commit afde21b

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
@@ -642,7 +642,7 @@ public static function initFrameworkVersionInfo() {
642642
*
643643
* @since 2.1
644644
*/
645-
define('WF_VERSION', '3.0.0-Beta.29');
645+
define('WF_VERSION', '3.0.0-Beta.30');
646646
/**
647647
* A constant that tells the type of framework version.
648648
*
@@ -658,7 +658,7 @@ public static function initFrameworkVersionInfo() {
658658
*
659659
* @since 2.1
660660
*/
661-
define('WF_RELEASE_DATE', '2025-10-09');
661+
define('WF_RELEASE_DATE', '2025-10-22');
662662
}
663663

664664
/**

0 commit comments

Comments
 (0)