We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b01899 commit 8db0f82Copy full SHA for 8db0f82
src/conf/Config.php
@@ -56,9 +56,9 @@ class Config {
56
* Initialize configuration.
57
*/
58
private function __construct() {
59
- $this->releaseDate = '2020-12-08';
+ $this->releaseDate = '2020-12-11';
60
$this->version = '2.0.0';
61
- $this->versionType = 'Beta 3';
+ $this->versionType = 'Beta 4';
62
$this->configVision = '1.3.5';
63
$this->dbConnections = [
64
0 commit comments