From c731b9e03a738f6b6c7608aad807e4fda03128ca Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Tue, 30 Apr 2024 20:40:31 +0000 Subject: [PATCH] Update CLI version to v5.14.6 --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 90d36122..77c60898 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 = 'v5.14.5' // auto updated by dvc cli release workflow +const DVC_CLI_VERSION = 'v5.14.6' // auto updated by dvc cli release workflow const VSCODE_EXTENSION_VERSION = 'v1.4.4' // auto updated by extension release workflow