From c3d5c5f4d3bc300d93a683a37fa2bbc40e7f71ca Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Tue, 13 Aug 2024 15:25:28 +0000 Subject: [PATCH] Update CLI version to v5.15.1 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 9af627f..3f2b786 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.15.1' // auto updated by dvc cli release workflow