Skip to content

Commit

Permalink
Update WebFioriApp.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Oct 20, 2021
1 parent 553ec71 commit 9a4ad03
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 @@ -134,7 +134,7 @@ private function __construct() {
*
* @since 2.1
*/
define('WF_VERSION', '2.3.4');
define('WF_VERSION', '2.3.5');
/**
* A constant that tells the type of framework version.
*
Expand All @@ -150,7 +150,7 @@ private function __construct() {
*
* @since 2.1
*/
define('WF_RELEASE_DATE', '2021-10-05');
define('WF_RELEASE_DATE', '2021-10-20');
/**
* Change encoding of mb_ functions to UTF-8
*/
Expand Down

0 comments on commit 9a4ad03

Please sign in to comment.