Commit 42ee588 1 parent f7fc012 commit 42ee588 Copy full SHA for 42ee588
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 @@ -44,8 +44,8 @@ class Config{
44
44
*/
45
45
private function __construct () {
46
46
$ this ->isConfigured = false ;
47
- $ this ->releaseDate = '2020-01 -10 ' ;
48
- $ this ->version = '1.0.8 ' ;
47
+ $ this ->releaseDate = '2020-03 -10 ' ;
48
+ $ this ->version = '1.0.9 ' ;
49
49
$ this ->versionType = 'Stable ' ;
50
50
$ this ->configVision = '1.3.4 ' ;
51
51
$ this ->dbConnections = [
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ class ConfigController extends Controller{
72
72
*/
73
73
const INITIAL_CONFIG_VARS = [
74
74
'is-config ' =>'false ' ,
75
- 'release-date ' =>'2020-01 -10 ' ,
76
- 'version ' =>'1.0.8 ' ,
75
+ 'release-date ' =>'2020-03 -10 ' ,
76
+ 'version ' =>'1.0.9 ' ,
77
77
'version-type ' =>'Stable ' ,
78
78
'config-file-version ' =>'1.3.4 ' ,
79
79
'databases ' =>[]
You can’t perform that action at this time.
0 commit comments