From 7eb330ab38fee3fe638440009cd5b50d84e471fb Mon Sep 17 00:00:00 2001 From: Matt Seddon Date: Wed, 30 Aug 2023 08:14:58 +1000 Subject: [PATCH] Update demo project and latest tested CLI version (3.17.0) --- demo | 2 +- extension/src/cli/dvc/contract.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo b/demo index a9d8057e08..37894efde2 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit a9d8057e088d46842f15c3b6d1bb2e4befd5f677 +Subproject commit 37894efde22e96f184ba2531d4a436b74552b731 diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index e8d80ff669..6d3c01f3ef 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.16.0' +export const LATEST_TESTED_CLI_VERSION = '3.17.0' type ErrorContents = { type: string; msg: string }