Skip to content

Commit e04c712

Browse files
committed
Updated version number
1 parent a4a5806 commit e04c712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ class Config{
7171
*/
7272
private function __construct() {
7373
$this->isConfigured = TRUE;
74-
$this->templateDate = '07-03-2018 <DD-MM-YYYY>';
75-
$this->templateVersion = '0.1.1';
74+
$this->templateDate = '10-03-2018 (DD-MM-YYYY)';
75+
$this->templateVersion = '0.1.2';
7676
$this->templateVersionType = 'Beta';
7777
$this->dbHost = 'localhost';
7878
$this->dbUser = 'root';

0 commit comments

Comments
 (0)