Skip to content

Commit c654467

Browse files
committed
Update WebFioriApp.php
1 parent e31e143 commit c654467

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
@@ -492,7 +492,7 @@ private function _initVersionInfo() {
492492
*
493493
* @since 2.1
494494
*/
495-
define('WF_VERSION', '2.4.4');
495+
define('WF_VERSION', '2.4.5');
496496
/**
497497
* A constant that tells the type of framework version.
498498
*
@@ -508,7 +508,7 @@ private function _initVersionInfo() {
508508
*
509509
* @since 2.1
510510
*/
511-
define('WF_RELEASE_DATE', '2021-12-12');
511+
define('WF_RELEASE_DATE', '2022-01-03');
512512
}
513513
private function _loadConstants() {
514514
if (!class_exists(APP_DIR_NAME.'\ini\GlobalConstants')) {

0 commit comments

Comments
 (0)