From 711de738dc26e257d37d806733b7f9ce78c5c719 Mon Sep 17 00:00:00 2001 From: Navid Kalaei Date: Thu, 27 Jun 2024 14:13:36 +0330 Subject: [PATCH] feat: increase version number --- consts/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consts/version.ts b/consts/version.ts index e1ea95b..e2f4112 100644 --- a/consts/version.ts +++ b/consts/version.ts @@ -1,4 +1,4 @@ -const version = 'v1.2.4' +const version = 'v1.2.5' export default version