From d1141f7fd25358b2892dcfd4d63e663151802e16 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Mon, 26 May 2025 15:36:01 +0330 Subject: [PATCH] change version to 2.3.0 --- example.env.local => example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename example.env.local => example.env (83%) diff --git a/example.env.local b/example.env similarity index 83% rename from example.env.local rename to example.env index a5122ce..6959864 100644 --- a/example.env.local +++ b/example.env @@ -1,4 +1,4 @@ -NEXT_PUBLIC_VERSION = "2.2.1" +NEXT_PUBLIC_VERSION = "2.3.0" NEXT_PUBLIC_API_URL = "https://crm.witel.ir/server" NEXT_PUBLIC_SERVER_SOCKET_URL = "wss://crm.witel.ir"