Skip to content

Commit 42ee588

Browse files
committed
Updated version number.
1 parent f7fc012 commit 42ee588

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
@@ -44,8 +44,8 @@ class Config{
4444
*/
4545
private function __construct() {
4646
$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';
4949
$this->versionType = 'Stable';
5050
$this->configVision = '1.3.4';
5151
$this->dbConnections = [

src/logic/ConfigController.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ class ConfigController extends Controller{
7272
*/
7373
const INITIAL_CONFIG_VARS = [
7474
'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',
7777
'version-type'=>'Stable',
7878
'config-file-version'=>'1.3.4',
7979
'databases'=>[]

0 commit comments

Comments
 (0)