Skip to content

Commit 6c2dcf4

Browse files
committed
Updated system version
1 parent 28ec049 commit 6c2dcf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/conf/Config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ class Config{
7373
*/
7474
private function __construct() {
7575
$this->isConfigured = false;
76-
$this->releaseDate = '2019-09-10';
77-
$this->version = '1.0.2';
76+
$this->releaseDate = '2019-09-15';
77+
$this->version = '1.0.3';
7878
$this->versionType = 'Stable';
7979
$this->configVision = '1.3.4';
8080
$this->dbConnections = array(

src/functions/SystemFunctions.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ class SystemFunctions extends Functions{
7777
*/
7878
const INITIAL_CONFIG_VARS = array(
7979
'is-config'=>'false',
80-
'release-date'=>'2019-09-10',
81-
'version'=>'1.0.2',
80+
'release-date'=>'2019-09-15',
81+
'version'=>'1.0.3',
8282
'version-type'=>'Stable',
8383
'config-file-version'=>'1.3.4',
8484
'databases'=>array()

0 commit comments

Comments
 (0)