Skip to content

Commit 96381a7

Browse files
authored
Update latest tests constant (#3268)
1 parent c9017d2 commit 96381a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.30.0'
4-
export const LATEST_TESTED_CLI_VERSION = '2.43.4'
4+
export const LATEST_TESTED_CLI_VERSION = '2.44.0'
55
export const MAX_CLI_VERSION = '3'
66

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

0 commit comments

Comments
 (0)