From 60edbdd0d1df182eb326b0c8960280dd758c8de9 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 4 Oct 2022 17:05:19 +0800 Subject: [PATCH] v2.1.2 --- app/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/functions.php b/app/functions.php index 1e8d9fe..1a9e118 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.1'; + return '2.1.2'; } /**