diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 91a14b64..85dac842 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -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');