From 99a57b518964210cc15dbf060906c3fcb7e66930 Mon Sep 17 00:00:00 2001 From: Navid Kalaei Date: Fri, 24 May 2024 05:02:40 +0330 Subject: [PATCH] feat: increase version --- consts/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consts/version.ts b/consts/version.ts index 73f8269..d48e9d9 100644 --- a/consts/version.ts +++ b/consts/version.ts @@ -1,4 +1,4 @@ -const version = 'v1.2.0' +const version = 'v1.2.3' export default version