From 21a39721f942fd553032bb2298e23db09a98f150 Mon Sep 17 00:00:00 2001 From: Amirhossein Mahmoodi Date: Tue, 14 May 2024 15:37:57 +0330 Subject: [PATCH] change version --- example.env.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.env.local b/example.env.local index 0046715..3684c11 100644 --- a/example.env.local +++ b/example.env.local @@ -1,5 +1,5 @@ NEXT_PUBLIC_API_NAME = "Loan Facilities Dashboard" -NEXT_PUBLIC_API_VERSION = "2.1.1" +NEXT_PUBLIC_API_VERSION = "2.1.2" NEXT_PUBLIC_DEFAULT_LANGUAGE = "fa" NEXT_PUBLIC_DEFAULT_DIRECTION = "rtl"