diff --git a/demo b/demo index a9b32d1496..b950796124 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit a9b32d14966b9be1396f2211d9eb743359708a07 +Subproject commit b950796124a63f7b6a0481a7692d02ca8905d183 diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index 0d99e06f56..f0d0e0bb0c 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.55.0' -export const LATEST_TESTED_CLI_VERSION = '2.55.0' +export const LATEST_TESTED_CLI_VERSION = '2.56.0' export const MAX_CLI_VERSION = '3' type ErrorContents = { type: string; msg: string }