We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a906bfe commit e82500fCopy full SHA for e82500f
src/conf/Config.php
@@ -44,8 +44,8 @@ class Config{
44
*/
45
private function __construct() {
46
$this->isConfigured = false;
47
- $this->releaseDate = '2019-09-26';
48
- $this->version = '1.0.4';
+ $this->releaseDate = '2019-11-01';
+ $this->version = '1.0.5';
49
$this->versionType = 'Stable';
50
$this->configVision = '1.3.4';
51
$this->dbConnections = array(
0 commit comments