From 65c3bbc6aef6d8713e7b52baec2bbc42f6119dfb Mon Sep 17 00:00:00 2001 From: Stephanie Roy Date: Mon, 20 Mar 2023 13:32:41 -0400 Subject: [PATCH] Update demo project and latest tested CLI version (2.51.0) --- demo | 2 +- extension/src/cli/dvc/contract.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo b/demo index 588418ef72..8d6107e3f2 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit 588418ef72f70d6c60c305971f40ad450c1a4cbd +Subproject commit 8d6107e3f2bea907ade1c758db22b0cddda616f1 diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index feac554f6b..5eb5a9ec63 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.30.0' -export const LATEST_TESTED_CLI_VERSION = '2.50.0' +export const LATEST_TESTED_CLI_VERSION = '2.51.0' export const MAX_CLI_VERSION = '3' type ErrorContents = { type: string; msg: string }