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 a7fc714 commit bb3fa99Copy full SHA for bb3fa99
include/config/global.inc.dist.php
@@ -6,7 +6,7 @@
6
* Also the URL to check for the most recent upstream versions available
7
* https://github.com/MPOS/php-mpos/wiki/Config-Setup#wiki-config-version
8
**/
9
-$config['version'] = '1.0.0';
+$config['version'] = '1.0.1';
10
$config['version_url'] = 'https://raw.githubusercontent.com/MPOS/php-mpos/master/include/version.inc.php';
11
12
/**
include/version.inc.php
@@ -3,7 +3,7 @@
3
4
define('MPOS_VERSION', '1.0.2');
5
define('DB_VERSION', '1.0.1');
-define('CONFIG_VERSION', '1.0.0');
+define('CONFIG_VERSION', '1.0.1');
define('HASH_VERSION', 1);
// Fetch installed database version
0 commit comments