Skip to content

Commit 783f4be

Browse files
committed
chore: Updated Framework Version
1 parent 525191d commit 783f4be

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
@@ -613,7 +613,7 @@ private function initFrameworkVersionInfo() {
613613
*
614614
* @since 2.1
615615
*/
616-
define('WF_VERSION', '3.0.0-Beta.17');
616+
define('WF_VERSION', '3.0.0-Beta.18');
617617
/**
618618
* A constant that tells the type of framework version.
619619
*
@@ -629,7 +629,7 @@ private function initFrameworkVersionInfo() {
629629
*
630630
* @since 2.1
631631
*/
632-
define('WF_RELEASE_DATE', '2024-12-03');
632+
define('WF_RELEASE_DATE', '2024-12-04');
633633
}
634634

635635
/**

0 commit comments

Comments
 (0)