Skip to content

Commit b5913c0

Browse files
committed
chore: Updated Framework Verstion
1 parent 317ea3b commit b5913c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WebFiori/Framework/App.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,23 +430,23 @@ public static function initFrameworkVersionInfo() {
430430
*
431431
* @since 2.1
432432
*/
433-
define('WF_VERSION', '3.0.0-beta.31');
433+
define('WF_VERSION', '3.0.0-RC0');
434434
/**
435435
* A constant that tells the type of framework version.
436436
*
437437
* The constant can have values such as 'Alpha', 'Beta' or 'Stable'.
438438
*
439439
* @since 2.1
440440
*/
441-
define('WF_VERSION_TYPE', 'Beta');
441+
define('WF_VERSION_TYPE', 'Release Candidate');
442442
/**
443443
* The date at which the framework version was released.
444444
*
445445
* The value of the constant will be a string in the format YYYY-MM-DD.
446446
*
447447
* @since 2.1
448448
*/
449-
define('WF_RELEASE_DATE', '2025-10-28');
449+
define('WF_RELEASE_DATE', '2026-04-09');
450450
}
451451
/**
452452
* Initiate main components of the application.

0 commit comments

Comments
 (0)