Skip to content

Commit

Permalink
Merge pull request #163 from WebFiori/dev
Browse files Browse the repository at this point in the history
Update WebFioriApp.php
  • Loading branch information
usernane authored Dec 25, 2022
2 parents 21034b7 + 0fabf93 commit 2312f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webfiori/framework/WebFioriApp.php
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ private function _initVersionInfo() {
*
* @since 2.1
*/
define('WF_VERSION', '3.0.0-RC0');
define('WF_VERSION', '3.0.0-RC1');
/**
* A constant that tells the type of framework version.
*
Expand All @@ -562,7 +562,7 @@ private function _initVersionInfo() {
*
* @since 2.1
*/
define('WF_RELEASE_DATE', '2022-08-21');
define('WF_RELEASE_DATE', '2022-12-25');
}
private function loadEnvVars() {
if (!class_exists(APP_DIR_NAME.'\config\Env')) {
Expand Down

0 comments on commit 2312f27

Please sign in to comment.