From 67551c7b3d5b1a8fe614ae44084de7e662af0c4f Mon Sep 17 00:00:00 2001 From: Matt Seddon <37993418+mattseddon@users.noreply.github.com> Date: Tue, 11 Jul 2023 09:32:22 +1000 Subject: [PATCH] Update demo project and latest tested CLI version (3.5.0) (#4251) --- demo | 2 +- extension/src/cli/dvc/contract.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo b/demo index b9a6ab0dd3..a29e5f0600 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit b9a6ab0dd31dfb8eb5d88676fda97371f76f9310 +Subproject commit a29e5f0600b18d96f41c970cce0707eeb6ba11a9 diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index 4855610e77..7d74655c31 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.4.0' +export const LATEST_TESTED_CLI_VERSION = '3.5.0' type ErrorContents = { type: string; msg: string }