Skip to content

Commit 3e7b5a8

Browse files
authored
Update demo project and latest tested CLI version (2.57.2) (#3931)
1 parent ec22bcd commit 3e7b5a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo

Submodule demo updated from 5f06c37 to a20953b

extension/src/cli/dvc/contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Plot } from '../../plots/webview/contract'
22

33
export const MIN_CLI_VERSION = '2.55.0'
4-
export const LATEST_TESTED_CLI_VERSION = '2.57.1'
4+
export const LATEST_TESTED_CLI_VERSION = '2.57.2'
55
export const MAX_CLI_VERSION = '3'
66

77
type ErrorContents = { type: string; msg: string }

0 commit comments

Comments
 (0)