diff --git a/demo b/demo index b9a6ab0dd3..a29e5f0600 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit b9a6ab0dd31dfb8eb5d88676fda97371f76f9310 +Subproject commit a29e5f0600b18d96f41c970cce0707eeb6ba11a9 diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index 4855610e77..7d74655c31 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.58.1' -export const LATEST_TESTED_CLI_VERSION = '3.4.0' +export const LATEST_TESTED_CLI_VERSION = '3.5.0' type ErrorContents = { type: string; msg: string }