diff --git a/app/functions.php b/app/functions.php index 15d6b67..876d405 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.3'; + return '2.1.4'; } /**