Skip to content

Commit

Permalink
Update demo project and latest tested CLI version (2.45.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Feb 14, 2023
1 parent 4a51956 commit a709aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo
Submodule demo updated 1 files
+1 −1 requirements.txt
2 changes: 1 addition & 1 deletion extension/src/cli/dvc/contract.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Plot } from '../../plots/webview/contract'

export const MIN_CLI_VERSION = '2.30.0'
export const LATEST_TESTED_CLI_VERSION = '2.44.0'
export const LATEST_TESTED_CLI_VERSION = '2.45.0'
export const MAX_CLI_VERSION = '3'

type ErrorContents = { type: string; msg: string }
Expand Down

0 comments on commit a709aab

Please sign in to comment.