From 76e45a5648245359321803d7c925f5ad214990f5 Mon Sep 17 00:00:00 2001 From: DevCycle Automation Date: Fri, 13 Dec 2024 14:38:13 -0500 Subject: [PATCH] Update CLI version to v5.20.2 (#787) --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 4986f9da..4dced2a9 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.19.0' // auto updated by dvc cli release workflow +const DVC_CLI_VERSION = 'v5.20.2' // auto updated by dvc cli release workflow const VSCODE_EXTENSION_VERSION = 'v1.4.10' // auto updated by extension release workflow