Skip to content

Commit 7827e46

Browse files
authored
Update App.php
1 parent dc9bb9b commit 7827e46

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
@@ -565,7 +565,7 @@ private function initFrameworkVersionInfo() {
565565
*
566566
* @since 2.1
567567
*/
568-
define('WF_VERSION', '3.0.0-RC9');
568+
define('WF_VERSION', '3.0.0-RC10');
569569
/**
570570
* A constant that tells the type of framework version.
571571
*
@@ -581,7 +581,7 @@ private function initFrameworkVersionInfo() {
581581
*
582582
* @since 2.1
583583
*/
584-
define('WF_RELEASE_DATE', '2023-07-11');
584+
define('WF_RELEASE_DATE', '2023-07-19');
585585
}
586586

587587
/**

0 commit comments

Comments
 (0)