Release v0.8.9

This commit is contained in:
slawkens 2023-03-16 09:44:26 +01:00
parent 613bcf379b
commit 403b4aa89b

View File

@ -26,7 +26,7 @@
if (version_compare(phpversion(), '5.6', '<')) die('PHP version 5.6 or higher is required.');
define('MYAAC', true);
define('MYAAC_VERSION', '0.8.8');
define('MYAAC_VERSION', '0.8.9');
define('DATABASE_VERSION', 33);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));