From 99fc641387e01ea3c57fad0bda498477ea9d5775 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 23 Oct 2022 23:17:28 +0800 Subject: [PATCH] v2.1.12 --- app/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/functions.php b/app/functions.php index 96604c8..a084e20 100644 --- a/app/functions.php +++ b/app/functions.php @@ -13,7 +13,7 @@ use app\domain\Config as domainConfig; */ function IYUU_VERSION(): string { - return '2.1.12'; + return '2.1.13'; } /**