Skip to content

Commit f5a39d9

Browse files
authored
bump the latest tested DVC version (#2716)
1 parent b0a4ec8 commit f5a39d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/src/cli/dvc/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { join } from 'path'
22

33
export const MIN_CLI_VERSION = '2.30.0'
4-
export const LATEST_TESTED_CLI_VERSION = '2.31.0'
4+
export const LATEST_TESTED_CLI_VERSION = '2.33.1'
55
export const MAX_CLI_VERSION = '3'
66

77
export const UNEXPECTED_ERROR_CODE = 255

0 commit comments

Comments
 (0)