From 5354ad30081a59d8a213a7c46aa981323b41bdf0 Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Fri, 31 May 2024 16:58:49 +0000 Subject: [PATCH] Update CLI version to v5.14.9 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 09210b2..b3593fe 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const CLI_VERSION = '5.14.9' +export const CLI_VERSION = '5.14.9' // auto updated by dvc cli release workflow