diff --git a/demo b/demo index 6c94da761f..bf6ca8a359 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit 6c94da761f795fcebc2f5029f7dfbc388139ed56 +Subproject commit bf6ca8a35911bc6e62fb9bcaa506d4f4e185450c diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index b2815610c6..9b7b28dd05 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.6.0' +export const LATEST_TESTED_CLI_VERSION = '3.7.0' type ErrorContents = { type: string; msg: string }