Skip to content

Commit 0403027

Browse files
committed
chore: Updated Framework Version
1 parent a013b03 commit 0403027

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
@@ -592,7 +592,7 @@ private function initFrameworkVersionInfo() {
592592
*
593593
* @since 2.1
594594
*/
595-
define('WF_VERSION', '3.0.0-Beta.16');
595+
define('WF_VERSION', '3.0.0-Beta.17');
596596
/**
597597
* A constant that tells the type of framework version.
598598
*
@@ -608,7 +608,7 @@ private function initFrameworkVersionInfo() {
608608
*
609609
* @since 2.1
610610
*/
611-
define('WF_RELEASE_DATE', '2024-12-01');
611+
define('WF_RELEASE_DATE', '2024-12-03');
612612
}
613613

614614
/**

0 commit comments

Comments
 (0)