We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8136b commit 713ee08Copy full SHA for 713ee08
src/conf/Config.php
@@ -51,7 +51,7 @@ class Config {
51
*/
52
private function __construct() {
53
$this->isConfigured = false;
54
- $this->releaseDate = '2020-06-23';
+ $this->releaseDate = '2020-06-24';
55
$this->version = '1.1.0';
56
$this->versionType = 'Beta 1';
57
$this->configVision = '1.3.4';
0 commit comments