From d2d336fa4fd5db3285f81a1cc4a66f15576c7ed1 Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Tue, 28 Apr 2026 19:33:04 +0000 Subject: [PATCH] Update CLI version to v6.3.2 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 71015c2a..a2def5b7 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const CLI_VERSION = '6.2.2' // auto updated by dvc cli release workflow +export const CLI_VERSION = '6.3.2' // auto updated by dvc cli release workflow