File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments