From 78432d9196a4b3246392a95ecf58848d7f689bc2 Mon Sep 17 00:00:00 2001 From: Jonathan Norris Date: Fri, 3 Apr 2026 15:55:09 -0400 Subject: [PATCH] docs: update CLI version to v6.3.0 --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4660dd51..a7bb536e 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -49,7 +49,7 @@ const YouTubeTransformer = { * Pinned version of the CLI to use for docs * When bumping the version, add any new commands to the documents array */ -const DVC_CLI_VERSION = 'v6.2.1' // auto updated by dvc cli release workflow +const DVC_CLI_VERSION = 'v6.3.0' // auto updated by dvc cli release workflow const VSCODE_EXTENSION_VERSION = 'v1.4.10' // auto updated by extension release workflow