Skip to content

Commit 8db0f82

Browse files
committed
Update Config.php
1 parent 0b01899 commit 8db0f82

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
@@ -56,9 +56,9 @@ class Config {
5656
* Initialize configuration.
5757
*/
5858
private function __construct() {
59-
$this->releaseDate = '2020-12-08';
59+
$this->releaseDate = '2020-12-11';
6060
$this->version = '2.0.0';
61-
$this->versionType = 'Beta 3';
61+
$this->versionType = 'Beta 4';
6262
$this->configVision = '1.3.5';
6363
$this->dbConnections = [
6464

0 commit comments

Comments
 (0)