From 6221626fda631200ef3e8145b9af3d9ebe8bbb45 Mon Sep 17 00:00:00 2001 From: Matt Seddon <37993418+mattseddon@users.noreply.github.com> Date: Thu, 6 Apr 2023 22:34:19 +1000 Subject: [PATCH] Update demo project and latest tested CLI version (2.53.0) (#3649) --- demo | 2 +- extension/src/cli/dvc/contract.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo b/demo index 75eb36ad66..8f100c6401 160000 --- a/demo +++ b/demo @@ -1 +1 @@ -Subproject commit 75eb36ad66dcb44c9d2aa4b096cf181227ec5b3b +Subproject commit 8f100c6401127b9d4d9ca50798a456b2aa6ab4b4 diff --git a/extension/src/cli/dvc/contract.ts b/extension/src/cli/dvc/contract.ts index 566acd46a0..993f6042b0 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.52.0' -export const LATEST_TESTED_CLI_VERSION = '2.52.0' +export const LATEST_TESTED_CLI_VERSION = '2.53.0' export const MAX_CLI_VERSION = '3' type ErrorContents = { type: string; msg: string }