diff --git a/demo b/demo index 8d6107e3f2..68f15da763 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit 8d6107e3f2bea907ade1c758db22b0cddda616f1 +Subproject commit 68f15da7638ccbe4715d9d5f5ba14f7ae836ad7c diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index 5eb5a9ec63..459cfcbdeb 100644 --- a/extension/src/cli/dvc/contract.ts +++ b/extension/src/cli/dvc/contract.ts @@ -1,7 +1,7 @@ import { Plot } from '../../plots/webview/contract' export const MIN_CLI_VERSION = '2.30.0' -export const LATEST_TESTED_CLI_VERSION = '2.51.0' +export const LATEST_TESTED_CLI_VERSION = '2.52.0' export const MAX_CLI_VERSION = '3' type ErrorContents = { type: string; msg: string }