Skip to content

Commit 8c286bc

Browse files
committed
Update Config.php
1 parent da0dbbc commit 8c286bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/conf/Config.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ class Config {
5050
* Initialize configuration.
5151
*/
5252
private function __construct() {
53-
$this->isConfigured = false;
54-
$this->releaseDate = '2020-06-29';
53+
$this->isConfigured = true;
54+
$this->releaseDate = '2020-07-05';
5555
$this->version = '1.1.0';
56-
$this->versionType = 'Beta 2';
56+
$this->versionType = 'Beta 3';
5757
$this->configVision = '1.3.4';
5858
$this->dbConnections = [
5959
];

0 commit comments

Comments
 (0)