From 89b76e721d359810fa840fd528200528aa359809 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 30 Jun 2023 17:12:38 +0200 Subject: [PATCH] Release 0.8.11 --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 828f73ada5..2803edd1f4 100644 --- a/common.php +++ b/common.php @@ -26,7 +26,7 @@ if (version_compare(phpversion(), '7.2.5', '<')) die('PHP version 7.2.5 or higher is required.'); define('MYAAC', true); -define('MYAAC_VERSION', '0.8.10'); +define('MYAAC_VERSION', '0.8.11'); define('DATABASE_VERSION', 33); define('TABLE_PREFIX', 'myaac_'); define('START_TIME', microtime(true));