From 3cd78033614a6b1e4652e3992fbe795dcbf83c9f Mon Sep 17 00:00:00 2001 From: Nika Salamadze Date: Thu, 7 Dec 2023 16:43:50 -0500 Subject: [PATCH] chore: update cli version in constants.ts --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index d3d80c7..5c84882 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const CLI_VERSION = '5.11.1' \ No newline at end of file +export const CLI_VERSION = '5.12.2' \ No newline at end of file