File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -563,23 +563,23 @@ private function initFrameworkVersionInfo() {
563563 *
564564 * @since 2.1
565565 */
566- define ('WF_VERSION ' , '3.0.0-RC4 ' );
566+ define ('WF_VERSION ' , '3.0.0-RC5 ' );
567567 /**
568568 * A constant that tells the type of framework version.
569569 *
570570 * The constant can have values such as 'Alpha', 'Beta' or 'Stable'.
571571 *
572572 * @since 2.1
573573 */
574- define ('WF_VERSION_TYPE ' , 'Beta ' );
574+ define ('WF_VERSION_TYPE ' , 'Release Candidate ' );
575575 /**
576576 * The date at which the framework version was released.
577577 *
578578 * The value of the constant will be a string in the format YYYY-MM-DD.
579579 *
580580 * @since 2.1
581581 */
582- define ('WF_RELEASE_DATE ' , '2023-04-29 ' );
582+ define ('WF_RELEASE_DATE ' , '2023-05-03 ' );
583583 }
584584
585585 /**
You can’t perform that action at this time.
0 commit comments