We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b8f02 commit b382b59Copy full SHA for b382b59
Config.php
@@ -72,7 +72,7 @@ class Config{
72
private function __construct() {
73
$this->isConfigured = TRUE;
74
$this->templateDate = '07-03-2018 <DD-MM-YYYY>';
75
- $this->templateVersion = '0.1';
+ $this->templateVersion = '0.1.1';
76
$this->templateVersionType = 'Beta';
77
$this->dbHost = 'localhost';
78
$this->dbUser = 'root';
0 commit comments