From 887a04a563825887334fa8c137e40a1b95e0becd Mon Sep 17 00:00:00 2001 From: Stephanie Roy Date: Tue, 2 May 2023 09:32:58 -0400 Subject: [PATCH] Update demo project and latest tested CLI version (2.56.0) --- demo | 2 +- extension/src/cli/dvc/contract.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }