Skip to content

Commit 8b97e8c

Browse files
authored
Merge pull request #401 from WebFiori/dev
chore: update version to 3.0.0 Stable
2 parents ec402b5 + 48bd9de commit 8b97e8c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WebFiori/Framework/AppBootstrapper.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ public static function boot(string $appFolder = 'App', string $publicFolder = 'p
4444
*/
4545
public static function initFrameworkVersionInfo(): void {
4646
if (!defined('WF_VERSION')) {
47-
define('WF_VERSION', '3.0.0-RC.5');
47+
define('WF_VERSION', '3.0.0');
4848
}
4949

5050
if (!defined('WF_VERSION_TYPE')) {
51-
define('WF_VERSION_TYPE', 'RC');
51+
define('WF_VERSION_TYPE', 'Stable');
5252
}
5353

5454
if (!defined('WF_RELEASE_DATE')) {
55-
define('WF_RELEASE_DATE', '2026-05-31');
55+
define('WF_RELEASE_DATE', '2026-06-14');
5656
}
5757
}
5858
/**

0 commit comments

Comments
 (0)