Skip to content

Commit 2312f27

Browse files
authored
Merge pull request #163 from WebFiori/dev
Update WebFioriApp.php
2 parents 21034b7 + 0fabf93 commit 2312f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webfiori/framework/WebFioriApp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ private function _initVersionInfo() {
546546
*
547547
* @since 2.1
548548
*/
549-
define('WF_VERSION', '3.0.0-RC0');
549+
define('WF_VERSION', '3.0.0-RC1');
550550
/**
551551
* A constant that tells the type of framework version.
552552
*
@@ -562,7 +562,7 @@ private function _initVersionInfo() {
562562
*
563563
* @since 2.1
564564
*/
565-
define('WF_RELEASE_DATE', '2022-08-21');
565+
define('WF_RELEASE_DATE', '2022-12-25');
566566
}
567567
private function loadEnvVars() {
568568
if (!class_exists(APP_DIR_NAME.'\config\Env')) {

0 commit comments

Comments
 (0)