Skip to content

Commit e82500f

Browse files
committed
Update Config.php
1 parent a906bfe commit e82500f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/conf/Config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class Config{
4444
*/
4545
private function __construct() {
4646
$this->isConfigured = false;
47-
$this->releaseDate = '2019-09-26';
48-
$this->version = '1.0.4';
47+
$this->releaseDate = '2019-11-01';
48+
$this->version = '1.0.5';
4949
$this->versionType = 'Stable';
5050
$this->configVision = '1.3.4';
5151
$this->dbConnections = array(

0 commit comments

Comments
 (0)