Skip to content

Commit fabb026

Browse files
authored
Update App.php
1 parent 231c8eb commit fabb026

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webfiori/framework/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ private function initFrameworkVersionInfo() {
568568
*
569569
* @since 2.1
570570
*/
571-
define('WF_VERSION', '3.0.0-RC12');
571+
define('WF_VERSION', '3.0.0-RC13');
572572
/**
573573
* A constant that tells the type of framework version.
574574
*
@@ -584,7 +584,7 @@ private function initFrameworkVersionInfo() {
584584
*
585585
* @since 2.1
586586
*/
587-
define('WF_RELEASE_DATE', '2023-08-09');
587+
define('WF_RELEASE_DATE', '2023-08-10');
588588
}
589589

590590
/**

0 commit comments

Comments
 (0)