File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -431,23 +431,23 @@ public static function initFrameworkVersionInfo() {
431431 *
432432 * @since 2.1
433433 */
434- define ('WF_VERSION ' , '3.0.0-beta.31 ' );
434+ define ('WF_VERSION ' , '3.0.0-RC1 ' );
435435 /**
436436 * A constant that tells the type of framework version.
437437 *
438438 * The constant can have values such as 'Alpha', 'Beta' or 'Stable'.
439439 *
440440 * @since 2.1
441441 */
442- define ('WF_VERSION_TYPE ' , 'Beta ' );
442+ define ('WF_VERSION_TYPE ' , 'RC ' );
443443 /**
444444 * The date at which the framework version was released.
445445 *
446446 * The value of the constant will be a string in the format YYYY-MM-DD.
447447 *
448448 * @since 2.1
449449 */
450- define ('WF_RELEASE_DATE ' , '2025-10-28 ' );
450+ define ('WF_RELEASE_DATE ' , '2026-04-30 ' );
451451 }
452452 /**
453453 * Initiate main components of the application.
You can’t perform that action at this time.
0 commit comments