Bump global.inc.dist.php version to 0.0.3
Changes from 0.0.2: Added $config['txfee_auto'] Added $config['txfee_manual'] Removed $config['txfee']
This commit is contained in:
parent
064dfe09df
commit
19b969650f
@ -7,7 +7,7 @@ if (!defined('SECURITY')) die('Hacking attempt');
|
||||
* This is used in the version check to ensure you run the latest version of the configuration file.
|
||||
* Once you upgraded your config, change the version here too.
|
||||
**/
|
||||
$config['version'] = '0.0.2';
|
||||
$config['version'] = '0.0.3';
|
||||
|
||||
// Our include directory for additional features
|
||||
define('INCLUDE_DIR', BASEPATH . 'include');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user