diff --git a/demo b/demo index 4afe25c5c5..6c94da761f 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit 4afe25c5c51696fc802a9ffc0ac0fcb571bcbddf +Subproject commit 6c94da761f795fcebc2f5029f7dfbc388139ed56 diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index f40bcfb85a..b2815610c6 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.5.1' +export const LATEST_TESTED_CLI_VERSION = '3.6.0' type ErrorContents = { type: string; msg: string }