From 2ea21184103e8aca461fee261c4192c38266e508 Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Thu, 19 Sep 2024 19:12:15 +0000 Subject: [PATCH] Update CLI version to v5.19.0 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 9af627f..f6de925 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const CLI_VERSION = '5.14.13' // auto updated by dvc cli release workflow +export const CLI_VERSION = '5.19.0' // auto updated by dvc cli release workflow