Skip to content

Commit cb99048

Browse files
authored
Merge pull request #198 from WebFiori/updated-versions
Update App.php
2 parents 9e0fa84 + 03a0b14 commit cb99048

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.5.6",
2525
"webfiori/collections":"v1.1.3",
26-
"webfiori/database":"v0.8.5",
26+
"webfiori/database":"v0.8.6",
2727
"webfiori/cli":"v1.1.3",
2828
"webfiori/mailer":"v1.1.1",
2929
"webfiori/err":"v1.0.6"

webfiori/framework/App.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ private function initFrameworkVersionInfo() {
540540
*
541541
* @since 2.1
542542
*/
543-
define('WF_VERSION', '3.0.0-RC18');
543+
define('WF_VERSION', '3.0.0-RC19');
544544
/**
545545
* A constant that tells the type of framework version.
546546
*
@@ -556,7 +556,7 @@ private function initFrameworkVersionInfo() {
556556
*
557557
* @since 2.1
558558
*/
559-
define('WF_RELEASE_DATE', '2023-10-30');
559+
define('WF_RELEASE_DATE', '2023-11-07');
560560
}
561561

562562
/**

0 commit comments

Comments
 (0)