Skip to content

Commit b382b59

Browse files
committed
Change Template Version
1 parent 76b8f02 commit b382b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Config{
7272
private function __construct() {
7373
$this->isConfigured = TRUE;
7474
$this->templateDate = '07-03-2018 <DD-MM-YYYY>';
75-
$this->templateVersion = '0.1';
75+
$this->templateVersion = '0.1.1';
7676
$this->templateVersionType = 'Beta';
7777
$this->dbHost = 'localhost';
7878
$this->dbUser = 'root';

0 commit comments

Comments
 (0)