Commit 6c2dcf4 1 parent 28ec049 commit 6c2dcf4 Copy full SHA for 6c2dcf4
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ class Config{
73
73
*/
74
74
private function __construct () {
75
75
$ 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 ' ;
78
78
$ this ->versionType = 'Stable ' ;
79
79
$ this ->configVision = '1.3.4 ' ;
80
80
$ this ->dbConnections = array (
Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ class SystemFunctions extends Functions{
77
77
*/
78
78
const INITIAL_CONFIG_VARS = array (
79
79
'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 ' ,
82
82
'version-type ' =>'Stable ' ,
83
83
'config-file-version ' =>'1.3.4 ' ,
84
84
'databases ' =>array ()
You can’t perform that action at this time.
0 commit comments