We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80602d commit def261bCopy full SHA for def261b
demo
extension/src/cli/dvc/contract.ts
@@ -1,7 +1,7 @@
1
import { Plot } from '../../plots/webview/contract'
2
3
export const MIN_CLI_VERSION = '2.30.0'
4
-export const LATEST_TESTED_CLI_VERSION = '2.43.2'
+export const LATEST_TESTED_CLI_VERSION = '2.43.4'
5
export const MAX_CLI_VERSION = '3'
6
7
type ErrorContents = { type: string; msg: string }
0 commit comments