Skip to content

Commit d75c9d0

Browse files
committed
chore: Updated Version Number
1 parent 7f41605 commit d75c9d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"webfiori/jsonx":"v3.3.0",
2424
"webfiori/ui":"v2.6.3",
2525
"webfiori/collections":"v1.1.4",
26-
"webfiori/database":"v0.8.10",
26+
"webfiori/database":"v0.8.11",
2727
"webfiori/cli":"v1.3.0",
2828
"webfiori/mailer":"v1.2.0",
2929
"webfiori/err":"v1.1.0"

webfiori/framework/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ private function initFrameworkVersionInfo() {
553553
*
554554
* @since 2.1
555555
*/
556-
define('WF_VERSION', '3.0.0-Beta.12');
556+
define('WF_VERSION', '3.0.0-Beta.13');
557557
/**
558558
* A constant that tells the type of framework version.
559559
*
@@ -569,7 +569,7 @@ private function initFrameworkVersionInfo() {
569569
*
570570
* @since 2.1
571571
*/
572-
define('WF_RELEASE_DATE', '2024-09-03');
572+
define('WF_RELEASE_DATE', '2024-10-29');
573573
}
574574

575575
/**

0 commit comments

Comments
 (0)