Skip to content

Commit 233c0c7

Browse files
committed
[VERSION] Config file version check
1 parent 2fdf94c commit 233c0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/include/version.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
define('MPOS_VERSION', '0.0.4');
55
define('DB_VERSION', '0.0.8');
6-
define('CONFIG_VERSION', '0.0.7');
6+
define('CONFIG_VERSION', '0.0.8');
77

88
// Fetch installed database version
99
$db_version = $setting->getValue('DB_VERSION');

0 commit comments

Comments
 (0)