From c102f9923970d33192d0edd8c4a588ae7fc6ec06 Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Fri, 3 Apr 2026 19:08:54 +0000 Subject: [PATCH] Update CLI version to v6.3.0 --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 71015c2a..9ce0e964 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.0' // auto updated by dvc cli release workflow