Skip to content

Commit 7e38b72

Browse files
authored
Update App.php
1 parent e9ef049 commit 7e38b72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webfiori/framework/App.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)