From 403b4aa89b033c5643230dbe3467299e82aee17f Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 16 Mar 2023 09:44:26 +0100 Subject: [PATCH] Release v0.8.9 --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index af529263..788fb97e 100644 --- a/common.php +++ b/common.php @@ -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));